From: Carsten Otte Date: Sat, 25 Mar 2006 11:08:23 +0000 (-0800) Subject: [PATCH] remove needless check in fs/read_write.c X-Git-Tag: v2.6.17-rc1~749 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc6b1226b71132a1d6e95449d78e051f1f3b506;p=pandora-kernel.git [PATCH] remove needless check in fs/read_write.c nr_segs is unsigned long and thus cannot be negative. We checked against 0 few lines before. Signed-off-by: Carsten Otte Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed