diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
| -rw-r--r-- | fs/cifs/cifsglob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 6319db025e7b..7128c291cec8 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
| @@ -74,7 +74,7 @@ | |||
| 74 | * CIFS vfs client Status information (based on what we know.) | 74 | * CIFS vfs client Status information (based on what we know.) |
| 75 | */ | 75 | */ |
| 76 | 76 | ||
| 77 | /* associated with each tcp and smb session */ | 77 | /* associated with each tcp and smb session */ |
| 78 | enum statusEnum { | 78 | enum statusEnum { |
| 79 | CifsNew = 0, | 79 | CifsNew = 0, |
| 80 | CifsGood, | 80 | CifsGood, |
| @@ -395,7 +395,7 @@ struct cifsFileInfo { | |||
| 395 | struct list_head llist; /* list of byte range locks we have. */ | 395 | struct list_head llist; /* list of byte range locks we have. */ |
| 396 | bool invalidHandle:1; /* file closed via session abend */ | 396 | bool invalidHandle:1; /* file closed via session abend */ |
| 397 | bool oplock_break_cancelled:1; | 397 | bool oplock_break_cancelled:1; |
| 398 | int count; /* refcount -- protected by cifs_file_list_lock */ | 398 | int count; /* refcount protected by cifs_file_list_lock */ |
| 399 | struct mutex fh_mutex; /* prevents reopen race after dead ses*/ | 399 | struct mutex fh_mutex; /* prevents reopen race after dead ses*/ |
| 400 | struct cifs_search_info srch_inf; | 400 | struct cifs_search_info srch_inf; |
| 401 | struct work_struct oplock_break; /* work for oplock breaks */ | 401 | struct work_struct oplock_break; /* work for oplock breaks */ |
