]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
FileStore: return error if get_index fails in lfn_open 3320/head
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Thu, 8 Jan 2015 03:51:21 +0000 (11:51 +0800)
committerZhiqiang Wang <zhiqiang.wang@intel.com>
Fri, 9 Jan 2015 02:18:06 +0000 (10:18 +0800)
commit8811df3e6d015b5bb4a77e869e35522d47720872
tree66764f686d1e111ab9a08de1699e94dd844dd83e
parent4280d004fb664f3904149d20a0f14a7eef1d0e10
FileStore: return error if get_index fails in lfn_open

(*index).index is NULL if get_index fails, need to return error in this
case.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/os/FileStore.cc