diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-08-12 20:49:47 +1000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-12 16:55:17 -0500 |
commit | e546cb79ef7ebe53060369dae665fa449a544353 (patch) | |
tree | 06fc6552389e191a7a330057773c19a9428cad04 /fs/xfs/xfs_error.c | |
parent | f6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37 (diff) | |
download | linux-stable-e546cb79ef7ebe53060369dae665fa449a544353.tar.gz linux-stable-e546cb79ef7ebe53060369dae665fa449a544353.tar.bz2 linux-stable-e546cb79ef7ebe53060369dae665fa449a544353.zip |
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_error.c')
-rw-r--r-- | fs/xfs/xfs_error.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_error.c b/fs/xfs/xfs_error.c index 35d3f5b041dd..1123d93ff795 100644 --- a/fs/xfs/xfs_error.c +++ b/fs/xfs/xfs_error.c @@ -26,7 +26,6 @@ #include "xfs_bmap_btree.h" #include "xfs_dinode.h" #include "xfs_inode.h" -#include "xfs_utils.h" #include "xfs_error.h" #ifdef DEBUG |