]> git.baikalelectronics.ru Git - kernel.git/commit
adfs: remove redundant test on unsigned
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 23 Sep 2009 22:57:30 +0000 (15:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Sep 2009 14:21:05 +0000 (07:21 -0700)
commitd13b77e991fb585434dd95d1cf612984c1a021f0
tree8a01235eb668c9eb0d3ec200fe26bfc7c0834ba1
parent4579508bc57f15c8072dac082a54f73dd3b24981
adfs: remove redundant test on unsigned

unsigned block cannot be less than 0.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/adfs/inode.c