]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r210786
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Aug 2010 03:08:03 +0000 (03:08 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 11 Aug 2010 03:08:03 +0000 (03:08 +0000)
commit48a75f94c64c4f32bd5a7c4f93b99147a9350d8a
tree723336ea937a0feee898b9fc24a3f3b0ccc90320
parent373929ce259007b2f21c21f2bbcd7c31ee19ae97
MFC: r210786
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@211160 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfs/nfs_var.h
sys/fs/nfsclient/nfs_clstate.c
sys/fs/nfsclient/nfs_clsubs.c
sys/fs/nfsclient/nfs_clvnops.c