mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
cifs: ->rename() without ->lookup() makes no sense
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -849,7 +849,6 @@ const struct inode_operations cifs_file_inode_ops = {
|
||||
/* revalidate:cifs_revalidate, */
|
||||
.setattr = cifs_setattr,
|
||||
.getattr = cifs_getattr, /* do we need this anymore? */
|
||||
.rename = cifs_rename,
|
||||
.permission = cifs_permission,
|
||||
#ifdef CONFIG_CIFS_XATTR
|
||||
.setxattr = cifs_setxattr,
|
||||
|
||||
Reference in New Issue
Block a user