diff options
author | Steve French <sfrench@us.ibm.com> | 2010-10-23 16:51:40 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-10-25 00:19:00 +0000 |
commit | 6c0f6218ba04a5d6e61d0c55b68e6c4ef0736531 (patch) | |
tree | 20575207bcaa90572a619483e763a3e4275845b3 /fs/cifs/cifsglob.h | |
parent | d3f1322af8f866be54ea79a4002fc30c98290411 (diff) | |
download | op-kernel-dev-6c0f6218ba04a5d6e61d0c55b68e6c4ef0736531.zip op-kernel-dev-6c0f6218ba04a5d6e61d0c55b68e6c4ef0736531.tar.gz |
[CIFS] Fix checkpatch warnings and bump cifs version number
Signed-off-by: Steve French <sfrench@us.ibm.com>
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 6319db0..7128c29 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -74,7 +74,7 @@ * CIFS vfs client Status information (based on what we know.) */ - /* associated with each tcp and smb session */ +/* associated with each tcp and smb session */ enum statusEnum { CifsNew = 0, CifsGood, @@ -395,7 +395,7 @@ struct cifsFileInfo { struct list_head llist; /* list of byte range locks we have. */ bool invalidHandle:1; /* file closed via session abend */ bool oplock_break_cancelled:1; - int count; /* refcount -- protected by cifs_file_list_lock */ + int count; /* refcount protected by cifs_file_list_lock */ struct mutex fh_mutex; /* prevents reopen race after dead ses*/ struct cifs_search_info srch_inf; struct work_struct oplock_break; /* work for oplock breaks */ |