commit | 04d000eb358919043da538f197d63f2a5924a525 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri May 07 11:26:34 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Tue May 11 09:53:55 2010 -0700 |
tree | 725f4031c083323b63664f03b4d0d7ce9c183b21 | |
parent | 0ceed5db321ac0f9782e77dda476ebe28a8e2199 [diff] |
ceph: fix open file counting on snapped inodes when mds returns no caps It's possible the MDS will not issue caps on a snapped inode, in which case an open request may not __ceph_get_fmode(), botching the open file counting. (This is actually a server bug, but the client shouldn't BUG out in this case.) Signed-off-by: Sage Weil <sage@newdream.net>