]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: consolidate xfs_utils.c
authorDave Chinner <dchinner@redhat.com>
Mon, 12 Aug 2013 10:49:47 +0000 (20:49 +1000)
committerBen Myers <bpm@sgi.com>
Mon, 12 Aug 2013 21:55:17 +0000 (16:55 -0500)
commite192477b0b3eb54fbbace8f164c61fa8f63a6542
tree06fc6552389e191a7a330057773c19a9428cad04
parent8401ef69fcd6a355a211342fb31dea2a509cc10e
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>
18 files changed:
fs/xfs/Makefile
fs/xfs/xfs_error.c
fs/xfs/xfs_filestream.c
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_inode_fork.c
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_qm.c
fs/xfs/xfs_qm_syscalls.c
fs/xfs/xfs_rtalloc.c
fs/xfs/xfs_super.c
fs/xfs/xfs_symlink.c
fs/xfs/xfs_utils.c [deleted file]
fs/xfs/xfs_utils.h [deleted file]