nfsd: minor nfsd_vfs_write cleanup
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 16 Jun 2009 02:07:13 +0000 (19:07 -0700)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 16 Jun 2009 02:18:34 +0000 (19:18 -0700)
There's no need to check host_err >= 0 every time here when we could
check host_err < 0 once, following the usual kernel style.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/vfs.c

diff --cc fs/nfsd/vfs.c
Simple merge