commit | fd7cb031efb1dd71cb731668e2f597d9e61acdcb | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Mar 30 14:02:23 2009 -0400 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 30 12:16:36 2009 -0700 |
tree | 06ac5360f93d62e76eda0f72f0b2b19974d56df4 | |
parent | cacbe3d7ad3c0a345ca1ce7bf1ecb4c5bfe54d7b [diff] |
reiserfs: eliminate reiserfs_warning from uniqueness functions uniqueness2type and type2uniquness issue a warning when the value is unknown. When called from reiserfs_warning, this causes a re-entrancy problem and deadlocks on the error buffer lock. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>