xfs: add buffer types to directory and attribute buffers
authorDave Chinner <dchinner@redhat.com>
Wed, 3 Apr 2013 05:11:29 +0000 (16:11 +1100)
committerBen Myers <bpm@sgi.com>
Sat, 27 Apr 2013 18:01:06 +0000 (13:01 -0500)
commitd75afeb3d302019527331520a2632b6614425b40
tree181dec415cdae00398086764a6229d115114354d
parentd2e448d5fdebdcda93ed171339a3d864f65c227e
xfs: add buffer types to directory and attribute buffers

Add buffer types to the buffer log items so that log recovery can
validate the buffers and calculate CRCs correctly after the buffers
are recovered.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
13 files changed:
fs/xfs/xfs_attr_leaf.c
fs/xfs/xfs_attr_remote.h
fs/xfs/xfs_buf_item.h
fs/xfs/xfs_da_btree.c
fs/xfs/xfs_da_btree.h
fs/xfs/xfs_dir2_block.c
fs/xfs/xfs_dir2_data.c
fs/xfs/xfs_dir2_leaf.c
fs/xfs/xfs_dir2_node.c
fs/xfs/xfs_dir2_priv.h
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_trans.h
fs/xfs/xfs_trans_buf.c
This page took 0.027473 seconds and 5 git commands to generate.