commit | 70d45cdb664390a5573c05f1eecc8432dcc6581b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 16 01:56:23 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 16 02:08:34 2015 -0400 |
tree | 6ab7b1d46459aa7c872a156d36ffc6416e8c9464 | |
parent | a50e4a02ad6957ef6f77cccaa8ef6a337f1856af [diff] |
ufs: don't touch mtime/ctime of directory being moved See "ext2: Do not update mtime of a moved directory" (and followup in "ext2: fix unbalanced kmap()/kunmap()") for background; this is UFS equivalent - the same problem exists here. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>