]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ceph: include dirty xattrs state in snapped caps
authorSage Weil <sage@newdream.net>
Sun, 22 Aug 2010 22:03:56 +0000 (15:03 -0700)
committerSage Weil <sage@newdream.net>
Sun, 22 Aug 2010 22:16:46 +0000 (15:16 -0700)
commit4a625be47243e0e07dedd0a1a6b94c66c2ab93ba
tree4224efef4f83bcf629934d6da17d2c122b49ba5c
parent082afec92d1052305af1195f591602f4d0f44277
ceph: include dirty xattrs state in snapped caps

When we snapshot dirty metadata that needs to be written back to the MDS,
include dirty xattr metadata.  Make the capsnap reference the encoded
xattr blob so that it will be written back in the FLUSHSNAP op.

Also fix the capsnap creation guard to include dirty auth or file bits,
not just tests specific to dirty file data or file writes in progress
(this fixes auth metadata writeback).

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/caps.c
fs/ceph/snap.c
fs/ceph/super.h
fs/ceph/xattr.c