]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
FileStore: No need to hold Index lock during omap calls
authorSomnath Roy <somnath.roy@sandisk.com>
Thu, 31 Jul 2014 21:56:42 +0000 (14:56 -0700)
committerSomnath Roy <somnath.roy@sandisk.com>
Thu, 14 Aug 2014 22:28:30 +0000 (15:28 -0700)
commit3e7848d52bc4d5d5852ca79aad5ec3524b781feb
tree4eaed75b0e98093d7e831566d146ffdde671490f
parentcfff9f6ac37c8bf75ae0859c5d59a11be0a0f1c0
FileStore: No need to hold Index lock during omap calls

The Index lock is held during all the omap calls which is
not necessary.

Signed-off-by: Somnath Roy <somnath.roy@sandisk.com>
src/os/FileStore.cc