diff options
author | Steve French <sfrench@us.ibm.com> | 2007-02-13 23:42:51 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-02-13 23:42:51 -0500 |
commit | 8af18971584d1e05770560206cfdfd1d6ba8a17f (patch) | |
tree | 5720ee5fa4de18eebc64d41b761e2f890d99b35e /fs/cifs/cifspdu.h | |
parent | 7ba526316ae122e60c0c7a40793491f71b9ec590 (diff) |
[CIFS] on reconnect to Samba - reset the unix capabilities
After temporary server or network failure and reconneciton, we were not
resending the unix capabilities via SetFSInfo - which confused Samba posix
byte range locking code.
Discovered by jra
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifspdu.h')
-rw-r--r-- | fs/cifs/cifspdu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h index 529a000bee46..7d9505491b16 100644 --- a/fs/cifs/cifspdu.h +++ b/fs/cifs/cifspdu.h | |||
@@ -2108,7 +2108,7 @@ typedef struct { | |||
2108 | 2108 | ||
2109 | typedef struct { | 2109 | typedef struct { |
2110 | /* reply varies based on requested level */ | 2110 | /* reply varies based on requested level */ |
2111 | } __atribute__((packed)) OPEN_PSX_RSP; /* level 0x209 SetPathInfo data */ | 2111 | } __attribute__((packed)) OPEN_PSX_RSP; /* level 0x209 SetPathInfo data */ |
2112 | 2112 | ||
2113 | 2113 | ||
2114 | struct file_internal_info { | 2114 | struct file_internal_info { |