]> git.baikalelectronics.ru Git - kernel.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)
commit0f1397f5b95c5d775232f62ca2a93c98c7024738
tree0efd65b8539dd457b62e420cfed958fdd6dad003
parent5254c4c190c9afbdb42d1cd3b7b9ae4ced11885a
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