Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280272
b: refs/heads/master
c: f69aac0
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 3a86012 commit 3c7256f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 649fc7b1b046eb98bf9e3fe20c9d11f629293140
refs/heads/master: f69aac0006c303a98da9d2db04b71fd1c600d503
2 changes: 1 addition & 1 deletion trunk/fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2472,7 +2472,7 @@ int vfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev)
return error;
}

static int may_mknod(mode_t mode)
static int may_mknod(umode_t mode)
{
switch (mode & S_IFMT) {
case S_IFREG:
Expand Down

0 comments on commit 3c7256f

Please sign in to comment.