aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_utils.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2010-07-20 17:51:31 +1000
committerAlex Elder <aelder@sgi.com>2010-07-26 13:16:52 -0500
commit5d18898b20dfed5f373f8a9a7cbe01446036f8e9 (patch)
treedc96915d62c7140ad4ac33a3724ddf36f9db022f /fs/xfs/xfs_utils.h
parent939d723b721eef71060201738653a73443ff4510 (diff)
downloadkernel_samsung_smdk4412-5d18898b20dfed5f373f8a9a7cbe01446036f8e9.zip
kernel_samsung_smdk4412-5d18898b20dfed5f373f8a9a7cbe01446036f8e9.tar.gz
kernel_samsung_smdk4412-5d18898b20dfed5f373f8a9a7cbe01446036f8e9.tar.bz2
xfs: simplify xfs_truncate_file
xfs_truncate_file is only used for truncating quota files. Move it to xfs_qm_syscalls.c so it can be marked static and take advatange of the fact by removing the unused page cache validation and taking the iget into the helper. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_utils.h')
-rw-r--r--fs/xfs/xfs_utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_utils.h b/fs/xfs/xfs_utils.h
index ef32122..f55b967 100644
--- a/fs/xfs/xfs_utils.h
+++ b/fs/xfs/xfs_utils.h
@@ -18,7 +18,6 @@
#ifndef __XFS_UTILS_H__
#define __XFS_UTILS_H__
-extern int xfs_truncate_file(xfs_mount_t *, xfs_inode_t *);
extern int xfs_dir_ialloc(xfs_trans_t **, xfs_inode_t *, mode_t, xfs_nlink_t,
xfs_dev_t, cred_t *, prid_t, int,
xfs_inode_t **, int *);