alistair23-linux/fs/overlayfs
Amir Goldstein 0e32992f7f ovl: remove the 'locked' argument of ovl_nlink_{start,end}
It just makes the interface strange without adding any significant value.
The only case where locked is false and return value is 0 is in
ovl_rename() when new is negative, so handle that case explicitly in
ovl_rename().

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2018-10-26 23:34:40 +02:00
..
copy_up.c ovl: fold copy-up helpers into callers 2018-10-26 23:34:39 +02:00
dir.c ovl: remove the 'locked' argument of ovl_nlink_{start,end} 2018-10-26 23:34:40 +02:00
export.c ovl: Modify ovl_lookup() and friends to lookup metacopy dentry 2018-07-20 09:56:09 +02:00
file.c vfs: swap names of {do,vfs}_clone_file_range() 2018-09-24 10:54:01 +02:00
inode.c ovl: relax permission checking on underlying layers 2018-10-26 23:34:39 +02:00
Kconfig ovl: Provide a mount option metacopy=on/off for metadata copyup 2018-07-20 09:56:06 +02:00
Makefile ovl: stack file ops 2018-07-18 15:44:41 +02:00
namei.c ovl: fix error handling in ovl_verify_set_fh() 2018-10-26 23:34:39 +02:00
overlayfs.h ovl: remove the 'locked' argument of ovl_nlink_{start,end} 2018-10-26 23:34:40 +02:00
ovl_entry.h ovl: Store lower data inode in ovl_inode 2018-07-20 09:56:11 +02:00
readdir.c ovl: fix wrong use of impure dir cache in ovl_iterate() 2018-07-17 16:04:34 +02:00
super.c ovl: relax requirement for non null uuid of lower fs 2018-10-26 23:34:40 +02:00
util.c ovl: remove the 'locked' argument of ovl_nlink_{start,end} 2018-10-26 23:34:40 +02:00