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
16767652
Commit
16767652
authored
May 19, 2012
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of idiotic misplaced __kernel_mode_t in ncfps kernel-private data structure
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
962830df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
fs/ncpfs/ncp_fs_sb.h
fs/ncpfs/ncp_fs_sb.h
+5
-5
No files found.
fs/ncpfs/ncp_fs_sb.h
View file @
16767652
...
...
@@ -23,17 +23,17 @@ struct ncp_mount_data_kernel {
unsigned
long
flags
;
/* NCP_MOUNT_* flags */
unsigned
int
int_flags
;
/* internal flags */
#define NCP_IMOUNT_LOGGEDIN_POSSIBLE 0x0001
__kernel_uid32_t
mounted_uid
;
/* Who may umount() this filesystem? */
uid_t
mounted_uid
;
/* Who may umount() this filesystem? */
struct
pid
*
wdog_pid
;
/* Who cares for our watchdog packets? */
unsigned
int
ncp_fd
;
/* The socket to the ncp port */
unsigned
int
time_out
;
/* How long should I wait after
sending a NCP request? */
unsigned
int
retry_count
;
/* And how often should I retry? */
unsigned
char
mounted_vol
[
NCP_VOLNAME_LEN
+
1
];
__kernel_uid32_t
uid
;
__kernel_gid32_t
gid
;
__kernel_mode_t
file_mode
;
__kernel_mode_t
dir_mode
;
uid_t
uid
;
gid_t
gid
;
umode_t
file_mode
;
umode_t
dir_mode
;
int
info_fd
;
};
...
...
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