DragonFly BSD
DragonFly commits List (threaded) for 2011-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel/nfs: Fix a bug due to missing braces.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 9 Dec 2011 03:39:03 -0800 (PST)

commit 285584544760aa58c9e6f73e5d6b676676100fd5
Author: Sascha Wildner <saw@online.de>
Date:   Fri Dec 9 12:38:39 2011 +0100

    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()).

Summary of changes:
 sys/vfs/nfs/nfs_syscalls.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/285584544760aa58c9e6f73e5d6b676676100fd5


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]