diff options
Diffstat (limited to 'fs/xfs/xfs_itable.c')
-rw-r--r-- | fs/xfs/xfs_itable.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/xfs/xfs_itable.c b/fs/xfs/xfs_itable.c index 894924a5129b..82e314258f73 100644 --- a/fs/xfs/xfs_itable.c +++ b/fs/xfs/xfs_itable.c | |||
@@ -21,9 +21,6 @@ | |||
21 | #include "xfs_format.h" | 21 | #include "xfs_format.h" |
22 | #include "xfs_log_format.h" | 22 | #include "xfs_log_format.h" |
23 | #include "xfs_trans_resv.h" | 23 | #include "xfs_trans_resv.h" |
24 | #include "xfs_inum.h" | ||
25 | #include "xfs_sb.h" | ||
26 | #include "xfs_ag.h" | ||
27 | #include "xfs_mount.h" | 24 | #include "xfs_mount.h" |
28 | #include "xfs_inode.h" | 25 | #include "xfs_inode.h" |
29 | #include "xfs_btree.h" | 26 | #include "xfs_btree.h" |
@@ -33,7 +30,6 @@ | |||
33 | #include "xfs_error.h" | 30 | #include "xfs_error.h" |
34 | #include "xfs_trace.h" | 31 | #include "xfs_trace.h" |
35 | #include "xfs_icache.h" | 32 | #include "xfs_icache.h" |
36 | #include "xfs_dinode.h" | ||
37 | 33 | ||
38 | STATIC int | 34 | STATIC int |
39 | xfs_internal_inum( | 35 | xfs_internal_inum( |
@@ -352,7 +348,6 @@ xfs_bulkstat( | |||
352 | int *done) /* 1 if there are more stats to get */ | 348 | int *done) /* 1 if there are more stats to get */ |
353 | { | 349 | { |
354 | xfs_buf_t *agbp; /* agi header buffer */ | 350 | xfs_buf_t *agbp; /* agi header buffer */ |
355 | xfs_agi_t *agi; /* agi header data */ | ||
356 | xfs_agino_t agino; /* inode # in allocation group */ | 351 | xfs_agino_t agino; /* inode # in allocation group */ |
357 | xfs_agnumber_t agno; /* allocation group number */ | 352 | xfs_agnumber_t agno; /* allocation group number */ |
358 | xfs_btree_cur_t *cur; /* btree cursor for ialloc btree */ | 353 | xfs_btree_cur_t *cur; /* btree cursor for ialloc btree */ |
@@ -403,7 +398,6 @@ xfs_bulkstat( | |||
403 | error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); | 398 | error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp); |
404 | if (error) | 399 | if (error) |
405 | break; | 400 | break; |
406 | agi = XFS_BUF_TO_AGI(agbp); | ||
407 | /* | 401 | /* |
408 | * Allocate and initialize a btree cursor for ialloc btree. | 402 | * Allocate and initialize a btree cursor for ialloc btree. |
409 | */ | 403 | */ |