]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5cf3d7bf8e7658f4f237c297eb98bf778c4b7ae6
tree181dec415cdae00398086764a6229d115114354d
parentce30ed86d5284d8857ed90be81507ce82b6dd21e
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