aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@redhat.com> 2016-09-27 11:03:57 +0200
committerGravatar Miklos Szeredi <mszeredi@redhat.com> 2016-09-27 11:03:57 +0200
commite0e0be8a835520e2f7c89f214dfda570922a1b90 (patch)
tree42033a89a20c26dc0f19e9119803885b1f7a06c6 /fs/ncpfs
parentfs: support RENAME_NOREPLACE for local filesystems (diff)
downloadlinux-e0e0be8a835520e2f7c89f214dfda570922a1b90.tar.gz
linux-e0e0be8a835520e2f7c89f214dfda570922a1b90.tar.bz2
linux-e0e0be8a835520e2f7c89f214dfda570922a1b90.zip
libfs: support RENAME_NOREPLACE in simple_rename()
This is trivial to do: - add flags argument to simple_rename() - check if flags doesn't have any other than RENAME_NOREPLACE - assign simple_rename() to .rename2 instead of .rename Filesystems converted: hugetlbfs, ramfs, bpf. Debugfs uses simple_rename() to implement debugfs_rename(), which is for debugfs instances to rename files internally, not for userspace filesystem access. For this case pass zero flags to simple_rename(). Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'fs/ncpfs')
0 files changed, 0 insertions, 0 deletions