Commit 81c5a68478be38816bb5110ae0a5de1320cd2dfd

Authored by Al Viro
1 parent 627bf81ac6

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

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -849,7 +849,6 @@
849 849 /* revalidate:cifs_revalidate, */
850 850 .setattr = cifs_setattr,
851 851 .getattr = cifs_getattr, /* do we need this anymore? */
852   - .rename = cifs_rename,
853 852 .permission = cifs_permission,
854 853 #ifdef CONFIG_CIFS_XATTR
855 854 .setxattr = cifs_setxattr,