mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
switch ->path_mknod() to umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4572befe24
commit
04fc66e789
6 changed files with 8 additions and 8 deletions
|
@ -847,7 +847,7 @@ static int unix_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
|
|||
atomic_set(&addr->refcnt, 1);
|
||||
|
||||
if (sun_path[0]) {
|
||||
unsigned int mode;
|
||||
umode_t mode;
|
||||
err = 0;
|
||||
/*
|
||||
* Get the parent directory, calculate the hash for last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue