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
197a1eeb
Commit
197a1eeb
authored
Jan 09, 2011
by
Steve French
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CIFS] Fix minor merge conflict in fs/cifs/dir.c
Signed-off-by:
Steve French
<
sfrench@us.ibm.com
>
parent
acc6f112
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
fs/cifs/dir.c
fs/cifs/dir.c
+0
-7
No files found.
fs/cifs/dir.c
View file @
197a1eeb
...
...
@@ -724,17 +724,10 @@ static int cifs_ci_compare(const struct dentry *parent,
const
struct
dentry
*
dentry
,
const
struct
inode
*
inode
,
unsigned
int
len
,
const
char
*
str
,
const
struct
qstr
*
name
)
{
<<<<<<<
HEAD
struct
nls_table
*
codepage
=
CIFS_SB
(
dentry
->
d_inode
->
i_sb
)
->
local_nls
;
if
((
a
->
len
==
b
->
len
)
&&
(
nls_strnicmp
(
codepage
,
a
->
name
,
b
->
name
,
a
->
len
)
==
0
))
=======
struct
nls_table
*
codepage
=
CIFS_SB
(
pinode
->
i_sb
)
->
local_nls
;
if
((
name
->
len
==
len
)
&&
(
nls_strnicmp
(
codepage
,
name
->
name
,
str
,
len
)
==
0
))
>>>>>>>
0
c21e3aaf6ae85bee804a325aa29c325209180fd
return
0
;
return
1
;
}
...
...
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