mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 00:08:17 +07:00
mode_t whack-a-mole: chelsio
it's umode_t, damnit... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
f4a4a8b125
commit
92fc41c3a6
@ -40,7 +40,7 @@
|
|||||||
struct t4_debugfs_entry {
|
struct t4_debugfs_entry {
|
||||||
const char *name;
|
const char *name;
|
||||||
const struct file_operations *ops;
|
const struct file_operations *ops;
|
||||||
mode_t mode;
|
umode_t mode;
|
||||||
unsigned char data;
|
unsigned char data;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user