diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index a1c817eb291a..63c89d1d70b5 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -389,6 +389,7 @@ struct cifsInodeInfo { | |||
389 | bool clientCanCacheRead:1; /* read oplock */ | 389 | bool clientCanCacheRead:1; /* read oplock */ |
390 | bool clientCanCacheAll:1; /* read and writebehind oplock */ | 390 | bool clientCanCacheAll:1; /* read and writebehind oplock */ |
391 | bool delete_pending:1; /* DELETE_ON_CLOSE is set */ | 391 | bool delete_pending:1; /* DELETE_ON_CLOSE is set */ |
392 | bool invalid_mapping:1; /* pagecache is invalid */ | ||
392 | u64 server_eof; /* current file size on server */ | 393 | u64 server_eof; /* current file size on server */ |
393 | u64 uniqueid; /* server inode number */ | 394 | u64 uniqueid; /* server inode number */ |
394 | struct inode vfs_inode; | 395 | struct inode vfs_inode; |