switch ->mknod() to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4acdaf27eb
commit
1a67aafb5f
42 changed files with 51 additions and 51 deletions
|
@ -168,7 +168,7 @@ STATIC int
|
|||
xfs_vn_mknod(
|
||||
struct inode *dir,
|
||||
struct dentry *dentry,
|
||||
int mode,
|
||||
umode_t mode,
|
||||
dev_t rdev)
|
||||
{
|
||||
struct inode *inode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue