You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
sysctl: use umode_t for table permissions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -1038,7 +1038,7 @@ struct ctl_table
|
||||
const char *procname; /* Text ID for /proc/sys, or zero */
|
||||
void *data;
|
||||
int maxlen;
|
||||
mode_t mode;
|
||||
umode_t mode;
|
||||
struct ctl_table *child;
|
||||
struct ctl_table *parent; /* Automatically set */
|
||||
proc_handler *proc_handler; /* Callback for text formatting */
|
||||
|
||||
Reference in New Issue
Block a user