]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/xfs/xfs_inode.h
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)
commite546cb79ef7ebe53060369dae665fa449a544353
tree06fc6552389e191a7a330057773c19a9428cad04
parentf6bba2017afb3bda8f2a27d6ba9d7023e8ff7f37
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]