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
f1230c97
Commit
f1230c97
authored
Jul 22, 2009
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] fix sparse warning
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
03aa3a49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/cifs/inode.c
fs/cifs/inode.c
+2
-2
No files found.
fs/cifs/inode.c
View file @
f1230c97
...
...
@@ -212,7 +212,7 @@ cifs_unix_basic_to_fattr(struct cifs_fattr *fattr, FILE_UNIX_BASIC_INFO *info,
* junction to the new submount (ie to setup the fake directory
* which represents a DFS referral).
*/
void
static
void
cifs_create_dfs_fattr
(
struct
cifs_fattr
*
fattr
,
struct
super_block
*
sb
)
{
struct
cifs_sb_info
*
cifs_sb
=
CIFS_SB
(
sb
);
...
...
@@ -388,7 +388,7 @@ static int cifs_sfu_mode(struct cifs_fattr *fattr, const unsigned char *path,
}
/* Fill a cifs_fattr struct with info from FILE_ALL_INFO */
void
static
void
cifs_all_info_to_fattr
(
struct
cifs_fattr
*
fattr
,
FILE_ALL_INFO
*
info
,
struct
cifs_sb_info
*
cifs_sb
,
bool
adjust_tz
)
{
...
...
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