commit | 9a02909e78e0578fe6ecbf4d50070cb702ae409b | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 23 13:45:01 2014 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 23 13:45:01 2014 +0200 |
tree | f3e793a2b6d61cb4a8b24977e862bc6c6da0ea71 | |
parent | 42199d3e99103e6c20f1f4a79661ef26574dcd42 [diff] |
shmem: support RENAME_EXCHANGE This is really simple in tmpfs since the VFS already takes care of shuffling the dentries. Just adjust nlink on parent directories and touch c & mtimes. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Cc: Hugh Dickins <hughd@google.com>