diff options
Diffstat (limited to 'fs/xfs/xfs_symlink.c')
-rw-r--r-- | fs/xfs/xfs_symlink.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_symlink.c b/fs/xfs/xfs_symlink.c index 02ae62a998e0..25791df6f638 100644 --- a/fs/xfs/xfs_symlink.c +++ b/fs/xfs/xfs_symlink.c | |||
@@ -23,8 +23,6 @@ | |||
23 | #include "xfs_log_format.h" | 23 | #include "xfs_log_format.h" |
24 | #include "xfs_trans_resv.h" | 24 | #include "xfs_trans_resv.h" |
25 | #include "xfs_bit.h" | 25 | #include "xfs_bit.h" |
26 | #include "xfs_sb.h" | ||
27 | #include "xfs_ag.h" | ||
28 | #include "xfs_mount.h" | 26 | #include "xfs_mount.h" |
29 | #include "xfs_da_format.h" | 27 | #include "xfs_da_format.h" |
30 | #include "xfs_da_btree.h" | 28 | #include "xfs_da_btree.h" |
@@ -42,7 +40,6 @@ | |||
42 | #include "xfs_symlink.h" | 40 | #include "xfs_symlink.h" |
43 | #include "xfs_trans.h" | 41 | #include "xfs_trans.h" |
44 | #include "xfs_log.h" | 42 | #include "xfs_log.h" |
45 | #include "xfs_dinode.h" | ||
46 | 43 | ||
47 | /* ----- Kernel only functions below ----- */ | 44 | /* ----- Kernel only functions below ----- */ |
48 | STATIC int | 45 | STATIC int |