debugfs-related mode_t whack-a-mole

all of those should be umode_t...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-03-20 06:00:24 -04:00
rodzic a051f71ce9
commit 88187398cc
6 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@@ -531,7 +531,7 @@ static const struct file_operations bnad_debugfs_op_drvinfo = {
struct bnad_debugfs_entry {
const char *name;
mode_t mode;
umode_t mode;
const struct file_operations *fops;
};