commit | bc8e67409ccdcff72c3f1656b1fb1aad7ff396db | [log] [tgz] |
---|---|---|
author | Vincent Minet <vincent@vincent-minet.net> | Fri May 15 08:33:18 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri May 15 08:33:18 2009 -0400 |
tree | 2a766e3c7bc938b697499aa7d5a20f2f468b5a2f | |
parent | 955ce5f5be67dfe0d1d096b543af33fe8a1ce3dd [diff] |
ext4: Fix spinlock assertions on UP systems On UP systems without DEBUG_SPINLOCK, ext4_is_group_locked always fails which triggers a BUG_ON() call. This patch fixes it by using assert_spin_locked instead. Signed-off-by: Vincent Minet <vincent@vincent-minet.net> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>