diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 793c8e3a0e53..a3e403e7e163 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -299,6 +299,10 @@ struct cifsTconInfo { | |||
299 | bool local_lease:1; /* check leases (only) on local system not remote */ | 299 | bool local_lease:1; /* check leases (only) on local system not remote */ |
300 | bool broken_posix_open; /* e.g. Samba server versions < 3.3.2, 3.2.9 */ | 300 | bool broken_posix_open; /* e.g. Samba server versions < 3.3.2, 3.2.9 */ |
301 | bool need_reconnect:1; /* connection reset, tid now invalid */ | 301 | bool need_reconnect:1; /* connection reset, tid now invalid */ |
302 | #ifdef CONFIG_CIFS_FSCACHE | ||
303 | u64 resource_id; /* server resource id */ | ||
304 | struct fscache_cookie *fscache; /* cookie for share */ | ||
305 | #endif | ||
302 | /* BB add field for back pointer to sb struct(s)? */ | 306 | /* BB add field for back pointer to sb struct(s)? */ |
303 | }; | 307 | }; |
304 | 308 | ||