]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: fix cap encoding skipping when snaprealm differs
authorSage Weil <sage@newdream.net>
Mon, 2 Aug 2010 23:27:18 +0000 (16:27 -0700)
committerSage Weil <sage@newdream.net>
Mon, 2 Aug 2010 23:27:44 +0000 (16:27 -0700)
commit6573635ba48a9b6c4f364e8f8b7132c90ea2e8e9
tree628da729ea4629cf7891b2e0d14f83a90c65ad23
parent9ccf9cb6c5ebf6c51985c629be65a61422bebd51
mds: fix cap encoding skipping when snaprealm differs

We were avoiding adding a new cap, but _any_ issue is problematic, not just
adds (which we can't really be sure about anyway due to races with client
cap release).

Signed-off-by: Sage Weil <sage@newdream.net>
src/mds/CInode.cc