commit | 5153bc817cdbed826a18938393cc1f81ebbbd898 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Mar 06 14:08:58 2015 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 15 15:06:54 2015 -0400 |
tree | 0efd65b8539dd457b62e420cfed958fdd6dad003 | |
parent | ee8ac4d61c2cf43bdd427e70db97ac330e61570d [diff] |
VFS: Cachefiles should perform fs modifications on the top layer only Cachefiles should perform fs modifications (eg. vfs_unlink()) on the top layer only and should not attempt to alter the lower layer. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>