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
5da3d2ca
Commit
5da3d2ca
authored
May 01, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/home/davem/BK/misc-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux
parents
840fb5f2
d10fe26e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fs/autofs/inode.c
fs/autofs/inode.c
+1
-1
fs/exportfs/expfs.c
fs/exportfs/expfs.c
+1
-1
No files found.
fs/autofs/inode.c
View file @
5da3d2ca
...
@@ -61,7 +61,7 @@ static int parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, pid
...
@@ -61,7 +61,7 @@ static int parse_options(char *options, int *pipefd, uid_t *uid, gid_t *gid, pid
if
(
!
options
)
return
1
;
if
(
!
options
)
return
1
;
while
((
this_char
=
strsep
(
&
options
,
","
))
!=
NULL
)
{
while
((
this_char
=
strsep
(
&
options
,
","
))
!=
NULL
)
{
if
(
!*
value
)
if
(
!*
this_char
)
continue
;
continue
;
if
((
value
=
strchr
(
this_char
,
'='
))
!=
NULL
)
if
((
value
=
strchr
(
this_char
,
'='
))
!=
NULL
)
*
value
++
=
0
;
*
value
++
=
0
;
...
...
fs/exportfs/expfs.c
View file @
5da3d2ca
...
@@ -34,7 +34,7 @@ struct export_operations export_op_default;
...
@@ -34,7 +34,7 @@ struct export_operations export_op_default;
#define CALL(ops,fun) ((ops->fun)?(ops->fun):export_op_default.fun)
#define CALL(ops,fun) ((ops->fun)?(ops->fun):export_op_default.fun)
#define dprintk(x, ...) do{}while(0)
#define dprintk(x,
a
...) do{}while(0)
struct
dentry
*
struct
dentry
*
find_exported_dentry
(
struct
super_block
*
sb
,
void
*
obj
,
void
*
parent
,
find_exported_dentry
(
struct
super_block
*
sb
,
void
*
obj
,
void
*
parent
,
...
...
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