commit | 681b120018e3c7e2680c93e8188c5ee34215df2f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:34:26 2011 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 08 14:34:26 2011 +0200 |
tree | ac9ac585405ce263d1dcb170b3e201e44688aa66 | |
parent | c4ed4243c40f97ed5b7b121777bbbc6aeaa722f0 [diff] |
xfs: always log timestamp updates in xfs_setattr_size Get rid of the special case where we use unlogged timestamp updates for a truncate to the current inode size, and just call xfs_setattr_nonsize for it to treat it like a utimes calls. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>