[NET]: Kill double initialization in sock_alloc_inode.
authorDavid S. Miller <davem@sunset.davemloft.net>
Thu, 10 Aug 2006 07:22:41 +0000 (00:22 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:54:22 +0000 (14:54 -0700)
commit1e38bb3a38d08129d08c904b10ea3ba08e22d297
tree9397a07c4ba054be8a343694597a622b16fcdaf9
parentbf0d52492d82ad70684e17c8a46942c13d0e140e
[NET]: Kill double initialization in sock_alloc_inode.

No need to set ei->socket.flags to zero twice.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c