diff options
author | NeilBrown <neilb@suse.de> | 2006-10-02 13:17:51 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 18:57:18 +0400 |
commit | 3dfb4210535303bb4c2e0ff1c4fdd4dfe9b93472 (patch) | |
tree | c4f9b8f7755dc44060af914ffc720fc196ef30c6 /fs/lockd/svc.c | |
parent | 6fb2b47fa16c81317ec282248e6cff521cca31c2 (diff) | |
download | linux-3dfb4210535303bb4c2e0ff1c4fdd4dfe9b93472.tar.xz |
[PATCH] knfsd: Check return value of lockd_up in write_ports
We should be checking the return value of lockd_up when adding a new socket to
nfsd. So move the lockd_up before the svc_addsock and check the return value.
The move is because lockd_down is easy, but there is no easy way to remove a
recently added socket.
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/lockd/svc.c')
0 files changed, 0 insertions, 0 deletions