cifs: ->rename() without ->lookup() makes no sense
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
627bf81ac6
commit
81c5a68478
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue