kernel/nfs: Fix a bug due to missing braces.
authorSascha Wildner <saw@online.de>
Fri, 9 Dec 2011 11:38:39 +0000 (12:38 +0100)
committerSascha Wildner <saw@online.de>
Fri, 9 Dec 2011 11:38:39 +0000 (12:38 +0100)
commit285584544760aa58c9e6f73e5d6b676676100fd5
tree0770f2d387c75eaed4439de8d3cd957d30f86c5b
parent8f706258d81394752df150b362d9dacacbdc8efa
kernel/nfs: Fix a bug due to missing braces.

The lwkt_reltoken() was added in c6b43e93a6cf0a70bde32cd141057a0df9860e13
but it was forgotten to put braces around the if's body (now having
lwkt_reltoken() and the return()).
sys/vfs/nfs/nfs_syscalls.c