diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-08-12 06:49:47 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-12 17:55:17 -0400 |
commit | e546cb79ef7ebe53060369dae665fa449a544353 (patch) | |
tree | 06fc6552389e191a7a330057773c19a9428cad04 /fs/xfs/xfs_iomap.c | |
parent | f6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37 (diff) |
xfs: consolidate xfs_utils.c
There are a few small helper functions in xfs_util, all related to
xfs_inode modifications. Move them all to xfs_inode.c so all
xfs_inode operations are consiolidated in the one place.
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_iomap.c')
-rw-r--r-- | fs/xfs/xfs_iomap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c index b04a60f66411..cf8f74407660 100644 --- a/fs/xfs/xfs_iomap.c +++ b/fs/xfs/xfs_iomap.c | |||
@@ -40,7 +40,6 @@ | |||
40 | #include "xfs_attr.h" | 40 | #include "xfs_attr.h" |
41 | #include "xfs_buf_item.h" | 41 | #include "xfs_buf_item.h" |
42 | #include "xfs_trans_space.h" | 42 | #include "xfs_trans_space.h" |
43 | #include "xfs_utils.h" | ||
44 | #include "xfs_iomap.h" | 43 | #include "xfs_iomap.h" |
45 | #include "xfs_trace.h" | 44 | #include "xfs_trace.h" |
46 | #include "xfs_icache.h" | 45 | #include "xfs_icache.h" |