Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92fc41c3 authored by Al Viro's avatar Al Viro
Browse files

mode_t whack-a-mole: chelsio



it's umode_t, damnit...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent f4a4a8b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
struct t4_debugfs_entry {
	const char *name;
	const struct file_operations *ops;
	mode_t mode;
	umode_t mode;
	unsigned char data;
};