|
@@ -364,7 +364,6 @@ struct cifsInodeInfo {
|
|
struct list_head openFileList;
|
|
struct list_head openFileList;
|
|
int write_behind_rc;
|
|
int write_behind_rc;
|
|
__u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */
|
|
__u32 cifsAttrs; /* e.g. DOS archive bit, sparse, compressed, system */
|
|
- atomic_t inUse; /* num concurrent users (local openers cifs) of file*/
|
|
|
|
unsigned long time; /* jiffies of last update/check of inode */
|
|
unsigned long time; /* jiffies of last update/check of inode */
|
|
bool clientCanCacheRead:1; /* read oplock */
|
|
bool clientCanCacheRead:1; /* read oplock */
|
|
bool clientCanCacheAll:1; /* read and writebehind oplock */
|
|
bool clientCanCacheAll:1; /* read and writebehind oplock */
|