]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fail out of path_traverse if we have a null dentry.
authorGreg Farnum <gregory.farnum@dreamhost.com>
Wed, 1 Jun 2011 19:18:21 +0000 (12:18 -0700)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 3 Jun 2011 01:35:44 +0000 (18:35 -0700)
commit39d50c1362db1d86782a60a5714e088d9ef7deaa
treebab553e8662f39af42c829f16e1f4ba1df8ba0cc
parent637dfc3ed3194fdb1f5235cd48c8023c7fb1cbda
mds: fail out of path_traverse if we have a null dentry.

Previously if we had a null dentry which we were not auth for,
we would go into a loop of discover lookups on that dentry.

Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
src/mds/MDCache.cc