commit | c4ed4243c40f97ed5b7b121777bbbc6aeaa722f0 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:34:23 2011 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:34:23 2011 +0200 |
tree | fda6054305f357705687016906a1ca254018c2e7 | |
parent | dec58f1dfd30a3c3e9dadc808692f4e5cd922745 [diff] |
xfs: split xfs_setattr Split up xfs_setattr into two functions, one for the complex truncate handling, and one for the trivial attribute updates. Also move both new routines to xfs_iops.c as they are fairly Linux-specific. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>