cifs: ->rename() without ->lookup() makes no sense

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2014-02-01 08:26:29 -05:00
parent 627bf81ac6
commit 81c5a68478
1 changed files with 0 additions and 1 deletions

View File

@ -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,