]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix broken EMetablob inode_t* return value
authorSage Weil <sage@inktank.com>
Fri, 24 Aug 2012 23:38:20 +0000 (16:38 -0700)
committerSage Weil <sage@inktank.com>
Fri, 31 Aug 2012 20:11:34 +0000 (13:11 -0700)
commit484fd0c0ec742b7c25fa55fe6ca848aad3ddf056
treee77d0b73dd19b779324c5b774c7488f8a8898d8c
parent139ba9f321e75b6dedaf97e9b384f162c21d28cd
mds: fix broken EMetablob inode_t* return value

We pass this back to the caller, but it points to a member that is never
looked at, because the inode has already been encoded.  In effect this
wasn't journaling anything useful, and the only user questioned whether it
was needed, so let's rip it out.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/Server.cc
src/mds/events/EMetaBlob.h