commit | 6cc6b1226b71132a1d6e95449d78e051f1f3b506 | [log] [tgz] |
---|---|---|
author | Carsten Otte <cotte@de.ibm.com> | Sat Mar 25 03:08:23 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Mar 25 08:23:01 2006 -0800 |
tree | a301ab0b16a5135e777b96e1883f281fa711bf93 | |
parent | 55148548124e3e52e8921f1cb0e325111ef9cbb1 [diff] |
[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 <cotte@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>