Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
6c0f6218
Commit
6c0f6218
authored
Oct 23, 2010
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] Fix checkpatch warnings and bump cifs version number
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
d3f1322a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
fs/cifs/cifsfs.h
fs/cifs/cifsfs.h
+1
-1
fs/cifs/cifsglob.h
fs/cifs/cifsglob.h
+2
-2
No files found.
fs/cifs/cifsfs.h
View file @
6c0f6218
...
...
@@ -112,5 +112,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern
const
struct
export_operations
cifs_export_ops
;
#endif
/* EXPERIMENTAL */
#define CIFS_VERSION "1.6
7
"
#define CIFS_VERSION "1.6
8
"
#endif
/* _CIFSFS_H */
fs/cifs/cifsglob.h
View file @
6c0f6218
...
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment