commit | 94ab5b2f3534cdfca1a120d4df79db2863b57730 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 23 13:45:02 2014 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 23 13:45:02 2014 +0200 |
tree | 2c973890f3fe1ca2c5064f92b6630e6b60855931 | |
parent | e943ef496f96bb9bab258fbc67c2f95b5803f2eb [diff] |
cifs: support RENAME_NOREPLACE This flag gives CIFS the ability to support its native rename semantics. Implementation is simple: just bail out before trying to hack around the noreplace semantics. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> Cc: Steve French <smfrench@gmail.com>