From: J. Bruce Fields Date: Tue, 16 Jun 2009 02:07:13 +0000 (-0700) Subject: nfsd: minor nfsd_vfs_write cleanup X-Git-Tag: v2.6.31-rc1~57^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4636d535e32768c8c500641ddb144f56e3dc5c0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed