]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modify the return value for nfscl_mustflush() from boolean_t,
authorRick Macklem <rmacklem@FreeBSD.org>
Tue, 3 Aug 2010 01:49:28 +0000 (01:49 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Tue, 3 Aug 2010 01:49:28 +0000 (01:49 +0000)
commite3649d5a2fac50635815059a97ca97f58299c9f0
tree95de5902e93eee0698f066f8617278f4f7171fd2
parentfae1602944b7528258c0076052aab3e5f48e9d14
Modify the return value for nfscl_mustflush() from boolean_t,
which I mistakenly thought was correct w.r.t. style(9), back
to int and add the checks for != 0. This is just a stylistic
modification.

MFC after: 1 week
sys/fs/nfs/nfs_var.h
sys/fs/nfsclient/nfs_clstate.c
sys/fs/nfsclient/nfs_clsubs.c
sys/fs/nfsclient/nfs_clvnops.c