Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cifs: Check uniqueid for SMB2+ and return -ESTALE if necessary
Commit 7196ac1 ("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: Ross Lagerwall <[email protected]> Signed-off-by: Steve French <[email protected]>
- Loading branch information