]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
small_io_bench_fs.cc: check return value of FileStore::mkfs/mount()
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 28 May 2013 12:08:09 +0000 (14:08 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 31 May 2013 17:15:22 +0000 (19:15 +0200)
commit679775ae2d5bda73e4b973cf2dcebce6df33dca4
tree80a6827e718b4e903f4cabe5448c994742812161
parent2a024091831ba194b68d716f0a9104972aa520d5
small_io_bench_fs.cc: check return value of FileStore::mkfs/mount()

CID 743398 (#1 of 1): Unchecked return value (CHECKED_RETURN)
  check_return: Calling function "FileStore::mount()" without
   checking return value (as is done elsewhere 4 out of 5 times).
  unchecked_value: No check of the return value of "fs.FileStore::mount()"

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/test/bench/small_io_bench_fs.cc