diff options
Diffstat (limited to 'fs/xfs/xfs_da_btree.c')
-rw-r--r-- | fs/xfs/xfs_da_btree.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/xfs/xfs_da_btree.c b/fs/xfs/xfs_da_btree.c index 0b8b2a13cd24..d4e59a4ff59f 100644 --- a/fs/xfs/xfs_da_btree.c +++ b/fs/xfs/xfs_da_btree.c | |||
@@ -27,8 +27,8 @@ | |||
27 | #include "xfs_mount.h" | 27 | #include "xfs_mount.h" |
28 | #include "xfs_da_btree.h" | 28 | #include "xfs_da_btree.h" |
29 | #include "xfs_bmap_btree.h" | 29 | #include "xfs_bmap_btree.h" |
30 | #include "xfs_dir2.h" | ||
31 | #include "xfs_dir2_format.h" | 30 | #include "xfs_dir2_format.h" |
31 | #include "xfs_dir2.h" | ||
32 | #include "xfs_dir2_priv.h" | 32 | #include "xfs_dir2_priv.h" |
33 | #include "xfs_dinode.h" | 33 | #include "xfs_dinode.h" |
34 | #include "xfs_inode.h" | 34 | #include "xfs_inode.h" |
@@ -399,7 +399,7 @@ xfs_da3_split( | |||
399 | struct xfs_da_intnode *node; | 399 | struct xfs_da_intnode *node; |
400 | struct xfs_buf *bp; | 400 | struct xfs_buf *bp; |
401 | int max; | 401 | int max; |
402 | int action; | 402 | int action = 0; |
403 | int error; | 403 | int error; |
404 | int i; | 404 | int i; |
405 | 405 | ||
@@ -2454,9 +2454,9 @@ static int | |||
2454 | xfs_buf_map_from_irec( | 2454 | xfs_buf_map_from_irec( |
2455 | struct xfs_mount *mp, | 2455 | struct xfs_mount *mp, |
2456 | struct xfs_buf_map **mapp, | 2456 | struct xfs_buf_map **mapp, |
2457 | unsigned int *nmaps, | 2457 | int *nmaps, |
2458 | struct xfs_bmbt_irec *irecs, | 2458 | struct xfs_bmbt_irec *irecs, |
2459 | unsigned int nirecs) | 2459 | int nirecs) |
2460 | { | 2460 | { |
2461 | struct xfs_buf_map *map; | 2461 | struct xfs_buf_map *map; |
2462 | int i; | 2462 | int i; |