Skip to content
Commit 639e7a91 authored by Jeff Layton's avatar Jeff Layton Committed by Steve French
Browse files

cifs: eliminate redundant xdev check in cifs_rename



The VFS always checks that the source and target of a rename are on the
same vfsmount, and hence have the same superblock. So, this check is
redundant. Remove it and simplify the error handling.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent c8e56f1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment