]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
VFS: Cachefiles should perform fs modifications on the top layer only
authorDavid Howells <dhowells@redhat.com>
Fri, 6 Mar 2015 14:08:58 +0000 (14:08 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 15 Apr 2015 19:06:54 +0000 (15:06 -0400)
commit5153bc817cdbed826a18938393cc1f81ebbbd898
tree0efd65b8539dd457b62e420cfed958fdd6dad003
parentee8ac4d61c2cf43bdd427e70db97ac330e61570d
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>
fs/cachefiles/interface.c
fs/cachefiles/namei.c