commit | f5ea110044fa858925a880b4fa9f551bfa2dfc38 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Wed Apr 24 18:58:02 2013 +1000 |
committer | Ben Myers <bpm@sgi.com> | Sat Apr 27 12:33:38 2013 -0500 |
tree | eb0a3d50a8a1a475c13b99bbe88472e421866f47 | |
parent | 6b2647a12a00bdad431ac1e9049c5e8579aa7869 [diff] [blame] |
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>
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c index 0fcb7f4..2844724 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"