BmapCreate: separate out the FIEMAP functionality
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 23 Nov 2012 08:32:27 +0000 (10:32 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 23 Nov 2012 11:22:18 +0000 (13:22 +0200)
commit18ee3c969f4a00d850f929cdad07901cf318405f
tree0aae7896a5d5ce10433b9224d547e753b8557015
parenta96664db2018db3a47342cd0d7a3110b89e2b14e
BmapCreate: separate out the FIEMAP functionality

Create a separate class for the FIEMAP ioctl API. I do this because
I am going to use full power of FIEMAP and the code will become a lot
more complex, so it is nicer to have it separate.

Besides, we need a stand-alone FIEMAP API for testing.

Change-Id: Ibc4f18f4f143e6bf878730a9777e2ef8dd3cdede
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/BmapCreate.py
bmaptools/Fiemap.py [new file with mode: 0644]