Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370065
b: refs/heads/master
c: 0e2bcaa
h: refs/heads/master
i:
  370063: c66ab21
v: v3
  • Loading branch information
Al Viro committed Apr 29, 2013
1 parent c5e0a7e commit 8c93dfc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e53cfda5d2c90a6dd763eb72034c775add729e40
refs/heads/master: 0e2bcaae836e535236244bfc900626ee541eb7bb
9 changes: 0 additions & 9 deletions trunk/net/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -1173,15 +1173,6 @@ static int sock_mmap(struct file *file, struct vm_area_struct *vma)

static int sock_close(struct inode *inode, struct file *filp)
{
/*
* It was possible the inode is NULL we were
* closing an unfinished socket.
*/

if (!inode) {
printk(KERN_DEBUG "sock_close: NULL inode\n");
return 0;
}
sock_release(SOCKET_I(inode));
return 0;
}
Expand Down

0 comments on commit 8c93dfc

Please sign in to comment.