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
eec91b48
Commit
eec91b48
authored
Jan 14, 2003
by
Trond Myklebust
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Fix NFS root mount handling
parent
8dffd730
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
net/sunrpc/rpc_pipe.c
net/sunrpc/rpc_pipe.c
+5
-0
No files found.
net/sunrpc/rpc_pipe.c
View file @
eec91b48
...
...
@@ -324,6 +324,7 @@ static struct file_operations rpc_info_operations = {
enum
{
RPCAUTH_Root
=
1
,
RPCAUTH_lockd
,
RPCAUTH_mount
,
RPCAUTH_nfs
,
RPCAUTH_portmap
,
RPCAUTH_statd
,
...
...
@@ -344,6 +345,10 @@ static struct rpc_filelist files[] = {
.
name
=
"lockd"
,
.
mode
=
S_IFDIR
|
S_IRUGO
|
S_IXUGO
,
},
[
RPCAUTH_mount
]
=
{
.
name
=
"mount"
,
.
mode
=
S_IFDIR
|
S_IRUGO
|
S_IXUGO
,
},
[
RPCAUTH_nfs
]
=
{
.
name
=
"nfs"
,
.
mode
=
S_IFDIR
|
S_IRUGO
|
S_IXUGO
,
...
...
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