client: fixup parallel calls to ceph_ll_lookup_inode() in NFS FASL
fixup parallel calls to ceph_ll_lookup_inode() in NFS FASL,
Because the original fuction does not have a global Lock to
ensure the atomicity of the lookup inode process,It eventually
caused an exception when the NFS-Ganesha FSAL module called
this interface in parallel,see the Bug report.
Fixes: http://tracker.ceph.com/issues/22683
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
(cherry picked from commit
b1248273d67d32eaba35cadf0f6f02942f9da81f)
Conflicts:
src/client/Client.cc
src/libcephfs.cc