switch unix_sock to struct path

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2012-03-14 21:54:32 -04:00
parent 38eff28926
commit 40ffe67d2e
4 changed files with 19 additions and 29 deletions

View file

@ -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;