]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: Fix bad inode deref.
authorGreg Farnum <gregf@hq.newdream.net>
Fri, 5 Nov 2010 19:45:06 +0000 (12:45 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Fri, 5 Nov 2010 19:45:45 +0000 (12:45 -0700)
commit4cee6ead7b51dd3b7f6567f818906bdfddf83d1b
tree16f64cd75fefe6956daa9f58928eab6469036985
parent93344fb28e07ffc1b57fac96e507d906928ada40
mds: Fix bad inode deref.

Accidentally trying to print out the CInode after removing it in trim_non_auth!
Move the print to before it's been unlinked/removed/etc.
src/mds/MDCache.cc