[patch 21/21] knfsd: Fix a race in closing NFSd connections.

2007-02-20 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- If you lose this race, it can iput a socket inode twice and you get a BUG in fs/inode.c When I added the option for user-space to close a socket, I added some cruft to svc_delete_socket so that I could

[patch 21/21] knfsd: Fix a race in closing NFSd connections.

2007-02-20 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- If you lose this race, it can iput a socket inode twice and you get a BUG in fs/inode.c When I added the option for user-space to close a socket, I added some cruft to svc_delete_socket so that I could