btrfs: update timestamps on truncate()
authorEric Sandeen <sandeen@redhat.com>
Sat, 12 Jan 2013 02:57:22 +0000 (02:57 +0000)
committerJosef Bacik <josef@toxicpanda.com>
Mon, 14 Jan 2013 18:53:37 +0000 (13:53 -0500)
truncate() vs. ftruncate() differ in the VFS; truncate()
doesn't set (ATTR_CTIME | ATTR_MTIME), and it's up to the
fs to do the timestamp updates if the size changes.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>

No differences found