diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-04-24 10:58:02 +0200 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-04-27 19:33:38 +0200 |
commit | f5ea110044fa858925a880b4fa9f551bfa2dfc38 (patch) | |
tree | eb0a3d50a8a1a475c13b99bbe88472e421866f47 /fs/xfs/xfs_bmap.c | |
parent | xfs: shortform directory offsets change for dir3 format (diff) | |
download | linux-f5ea110044fa858925a880b4fa9f551bfa2dfc38.tar.xz linux-f5ea110044fa858925a880b4fa9f551bfa2dfc38.zip |
xfs: add CRCs to dir2/da node blocks
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_bmap.c')
-rw-r--r-- | fs/xfs/xfs_bmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c index 0fcb7f48e91f..2844724f507e 100644 --- a/fs/xfs/xfs_bmap.c +++ b/fs/xfs/xfs_bmap.c @@ -25,6 +25,7 @@ #include "xfs_sb.h" #include "xfs_ag.h" #include "xfs_dir2.h" +#include "xfs_mount.h" #include "xfs_da_btree.h" #include "xfs_bmap_btree.h" #include "xfs_alloc_btree.h" |