mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-01 23:53:16 -04:00
switch unix_sock to struct path
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
38eff28926
commit
40ffe67d2e
4 changed files with 19 additions and 29 deletions
|
@ -49,8 +49,7 @@ struct unix_sock {
|
|||
/* WARNING: sk has to be the first member */
|
||||
struct sock sk;
|
||||
struct unix_address *addr;
|
||||
struct dentry *dentry;
|
||||
struct vfsmount *mnt;
|
||||
struct path path;
|
||||
struct mutex readlock;
|
||||
struct sock *peer;
|
||||
struct sock *other;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue