commit | 31ec35d6c81175016a6372571eab23b6bd40b406 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Thu Nov 16 20:54:20 2006 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Nov 16 20:54:20 2006 +0000 |
tree | d5c63155e27e23d9704fda1831498f752ee348aa | |
parent | 237ee312e10a86e69e01fc02e0daeb0fa3e7a6e8 [diff] |
[CIFS] Incorrect hardlink count when original file is cached (oplocked) Fixes Samba bug 2823 In this case hardlink count is stale for one of the two inodes (ie the original file) until it is closed - since revalidate does not go to server while file is cached locally. Signed-off-by: Steve French <sfrench@us.ibm.com>