diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-08-12 20:49:34 +1000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-12 16:37:57 -0500 |
commit | 7bb85ef3608bf740e285b4436776526b7afd4903 (patch) | |
tree | 7374d99ce57d694acd0d9c5380a9649866e948a5 /fs/xfs/xfs_ialloc.c | |
parent | 5c4d97d01a3a7a4a84fb05bfc439145ea25ba989 (diff) |
xfs: move unrelated definitions out of xfs_inode.h
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_ialloc.c')
-rw-r--r-- | fs/xfs/xfs_ialloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ialloc.c b/fs/xfs/xfs_ialloc.c index 7a0c17d7ec0..bd4e2a7b092 100644 --- a/fs/xfs/xfs_ialloc.c +++ b/fs/xfs/xfs_ialloc.c @@ -39,6 +39,7 @@ #include "xfs_cksum.h" #include "xfs_buf_item.h" #include "xfs_icreate_item.h" +#include "xfs_icache.h" /* |