Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81c5a684 authored by Al Viro's avatar Al Viro
Browse files

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



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 627bf81a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,