commit | 5d18898b20dfed5f373f8a9a7cbe01446036f8e9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Jul 20 17:51:31 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Jul 26 13:16:52 2010 -0500 |
tree | dc96915d62c7140ad4ac33a3724ddf36f9db022f | |
parent | 939d723b721eef71060201738653a73443ff4510 [diff] |
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>