Skip to content
Commit a108471b authored by Ross Lagerwall's avatar Ross Lagerwall Committed by Steve French
Browse files

cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary

Commit 7196ac11

 ("Fix to check Unique id and FileType when client
refer file directly.") checks whether the uniqueid of an inode has
changed when getting the inode info, but only when using the UNIX
extensions. Add a similar check for SMB2+, since this can be done
without an extra network roundtrip.

Signed-off-by: default avatarRoss Lagerwall <ross.lagerwall@citrix.com>
Signed-off-by: default avatarSteve French <smfrench@gmail.com>
parent 275516cd
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