new helper: file_inode(file)
[deliverable/linux.git] / net / unix / garbage.c
index b6f4b994eb356a0cd9c05851d49fff16bece3eb0..d0f6545b0010ab3399d2ae3c996dc5dff70761f0 100644 (file)
@@ -99,7 +99,7 @@ unsigned int unix_tot_inflight;
 struct sock *unix_get_socket(struct file *filp)
 {
        struct sock *u_sock = NULL;
-       struct inode *inode = filp->f_path.dentry->d_inode;
+       struct inode *inode = file_inode(filp);
 
        /*
         *      Socket ?
This page took 0.023376 seconds and 5 git commands to generate.