Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
A
AndroidKernelMSM
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Matombo
AndroidKernelMSM
Commits
16767652
Commit
16767652
authored
May 19, 2012
by
Al Viro
Browse files
Options
Downloads
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
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fs/ncpfs/ncp_fs_sb.h
+5
-5
5 additions, 5 deletions
fs/ncpfs/ncp_fs_sb.h
with
5 additions
and
5 deletions
fs/ncpfs/ncp_fs_sb.h
+
5
−
5
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
;
u
mode_t
file_mode
;
u
mode_t
dir_mode
;
int
info_fd
;
};
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment