commit | d9392a4bb75503fc2adbb5237c3df940c6467eb2 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon Nov 12 22:54:17 2012 +1100 |
committer | Ben Myers <bpm@sgi.com> | Thu Nov 15 21:34:55 2012 -0600 |
tree | dd00bc09208541fcb35bc9e387be5bf294327c5e | |
parent | ad14c33ac862601c4c22755ed3b59f1906b134e5 [diff] [blame] |
xfs: add xfs_da_node verification Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Phil White <pwhite@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
diff --git a/fs/xfs/xfs_dir2_leaf.c b/fs/xfs/xfs_dir2_leaf.c index 97408e3..67cc21c 100644 --- a/fs/xfs/xfs_dir2_leaf.c +++ b/fs/xfs/xfs_dir2_leaf.c
@@ -74,7 +74,7 @@ xfs_dir2_leaf_verify(bp, cpu_to_be16(XFS_DIR2_LEAF1_MAGIC)); } -static void +void xfs_dir2_leafn_verify( struct xfs_buf *bp) {