commit | 40ffe67d2e89c7a475421d007becc11a2f88ea3d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 14 21:54:32 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Mar 20 21:29:41 2012 -0400 |
tree | 5373e71b18895b9ffd8370a88aec6c54438240a0 | |
parent | 38eff2892628fa5c4fc8962a17b7296f42833ebe [diff] [blame] |
switch unix_sock to struct path Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/net/unix/diag.c b/net/unix/diag.c index 6b7697fd..ffd8651 100644 --- a/net/unix/diag.c +++ b/net/unix/diag.c
@@ -29,7 +29,7 @@ static int sk_diag_dump_vfs(struct sock *sk, struct sk_buff *nlskb) { - struct dentry *dentry = unix_sk(sk)->dentry; + struct dentry *dentry = unix_sk(sk)->path.dentry; struct unix_diag_vfs *uv; if (dentry) {