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
Kirill Smelkov
linux
Commits
13cd4b7f
Commit
13cd4b7f
authored
Oct 07, 2010
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] Various small checkpatch cleanups
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
0eb8a132
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
fs/cifs/cifs_debug.h
fs/cifs/cifs_debug.h
+1
-1
fs/cifs/cifsfs.h
fs/cifs/cifsfs.h
+1
-1
fs/cifs/cifsglob.h
fs/cifs/cifsglob.h
+10
-10
No files found.
fs/cifs/cifs_debug.h
View file @
13cd4b7f
...
@@ -34,7 +34,7 @@ void cifs_dump_mids(struct TCP_Server_Info *);
...
@@ -34,7 +34,7 @@ void cifs_dump_mids(struct TCP_Server_Info *);
extern
int
traceSMB
;
/* flag which enables the function below */
extern
int
traceSMB
;
/* flag which enables the function below */
void
dump_smb
(
struct
smb_hdr
*
,
int
);
void
dump_smb
(
struct
smb_hdr
*
,
int
);
#define CIFS_INFO 0x01
#define CIFS_INFO 0x01
#define CIFS_RC
0x02
#define CIFS_RC
0x02
#define CIFS_TIMER 0x04
#define CIFS_TIMER 0x04
/*
/*
...
...
fs/cifs/cifsfs.h
View file @
13cd4b7f
...
@@ -104,7 +104,7 @@ extern int cifs_readlink(struct dentry *direntry, char __user *buffer,
...
@@ -104,7 +104,7 @@ extern int cifs_readlink(struct dentry *direntry, char __user *buffer,
extern
int
cifs_symlink
(
struct
inode
*
inode
,
struct
dentry
*
direntry
,
extern
int
cifs_symlink
(
struct
inode
*
inode
,
struct
dentry
*
direntry
,
const
char
*
symname
);
const
char
*
symname
);
extern
int
cifs_removexattr
(
struct
dentry
*
,
const
char
*
);
extern
int
cifs_removexattr
(
struct
dentry
*
,
const
char
*
);
extern
int
cifs_setxattr
(
struct
dentry
*
,
const
char
*
,
const
void
*
,
extern
int
cifs_setxattr
(
struct
dentry
*
,
const
char
*
,
const
void
*
,
size_t
,
int
);
size_t
,
int
);
extern
ssize_t
cifs_getxattr
(
struct
dentry
*
,
const
char
*
,
void
*
,
size_t
);
extern
ssize_t
cifs_getxattr
(
struct
dentry
*
,
const
char
*
,
void
*
,
size_t
);
extern
ssize_t
cifs_listxattr
(
struct
dentry
*
,
char
*
,
size_t
);
extern
ssize_t
cifs_listxattr
(
struct
dentry
*
,
char
*
,
size_t
);
...
...
fs/cifs/cifsglob.h
View file @
13cd4b7f
...
@@ -517,16 +517,16 @@ struct oplock_q_entry {
...
@@ -517,16 +517,16 @@ struct oplock_q_entry {
/* for pending dnotify requests */
/* for pending dnotify requests */
struct
dir_notify_req
{
struct
dir_notify_req
{
struct
list_head
lhead
;
struct
list_head
lhead
;
__le16
Pid
;
__le16
Pid
;
__le16
PidHigh
;
__le16
PidHigh
;
__u16
Mid
;
__u16
Mid
;
__u16
Tid
;
__u16
Tid
;
__u16
Uid
;
__u16
Uid
;
__u16
netfid
;
__u16
netfid
;
__u32
filter
;
/* CompletionFilter (for multishot) */
__u32
filter
;
/* CompletionFilter (for multishot) */
int
multishot
;
int
multishot
;
struct
file
*
pfile
;
struct
file
*
pfile
;
};
};
struct
dfs_info3_param
{
struct
dfs_info3_param
{
...
...
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