commit | 639e7a913d81f918bfbf506e6ecd54664f787cbd | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Sep 03 11:50:09 2010 -0400 |
committer | Steve French <sfrench@us.ibm.com> | Wed Sep 08 21:13:16 2010 +0000 |
tree | 2b786056d9c5db228b8d0a75943ff8a2bdb3b01a | |
parent | c8e56f1f4fb9f82f63e4ce6d73a14501d0432c76 [diff] |
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: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>