commit | e4636d535e32768c8c500641ddb144f56e3dc5c0 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Mon Jun 15 19:07:13 2009 -0700 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon Jun 15 19:18:34 2009 -0700 |
tree | 207cbe50efc428f4c5d07641d6da9c27d79d00ea | |
parent | d911df7b8d44de41661363a4e29ee710180ba025 [diff] |
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>