Commit f69aac0006c303a98da9d2db04b71fd1c600d503

Authored by Al Viro
1 parent 649fc7b1b0

switch may_mknod() to umode_t

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -2472,7 +2472,7 @@
2472 2472 return error;
2473 2473 }
2474 2474  
2475   -static int may_mknod(mode_t mode)
  2475 +static int may_mknod(umode_t mode)
2476 2476 {
2477 2477 switch (mode & S_IFMT) {
2478 2478 case S_IFREG: