commit | c499ec24c31edf270e777a868ffd0daddcfe7ebd | [log] [tgz] |
---|---|---|
author | Vladimir V. Saveliev <[email protected]> | Thu Mar 02 02:54:39 2006 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Mar 02 08:33:08 2006 -0800 |
tree | bf16f601b5446bb0b9fe3f90030a76ac4e25fc11 | |
parent | a57ebfdb2cf9fa60dfa2f403f70ef6c432ca2a62 [diff] |
[PATCH] reiserfs: do not check if unsigned < 0 This patch fixes bugs in reiserfs where unsigned integers were checked whether they are less then 0. Signed-off-by: Vladimir V. Saveliev <[email protected]> Cc: Neil Brown <[email protected]> Signed-off-by: Hans Reiser <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>