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)
commite4636d535e32768c8c500641ddb144f56e3dc5c0
tree207cbe50efc428f4c5d07641d6da9c27d79d00ea
parentd911df7b8d44de41661363a4e29ee710180ba025
nfsd: minor nfsd_vfs_write cleanup

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