BmapCreate: fix function name
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 13:56:45 +0000 (15:56 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 8 Nov 2012 17:01:22 +0000 (19:01 +0200)
Function name was mis-spelled, fix it.

Change-Id: Ib3c58367a4fd757fbee4753925b69d9dc6c38a5e
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/BmapCreate.py

index b000abb..7ebedc8 100644 (file)
@@ -120,7 +120,7 @@ class BmapCreate:
             # FIEMAP is not supported by the running kernel and we need to
             # fall-back to FIBMAP, which requires root permissions.
             try:
-                self_is_mapped_fibmap(0)
+                self._is_mapped_fibmap(0)
             except Error as err:
                 if err.errno == os.errno.EPERM or err.errno == os.errno.EACCES:
                     raise Error("unfortunately your system does not support " \