[PATCH] explicit signed char cast in i386 spin_is_locked
To make spinlock debugging work with -funsigned-char the i386 version of spin_is_locked() needs to cast to signed char explicitly instead of just char. XFS needed -funsigned-char (and currently still has it), but it doesn't evert hurt.
Showing
Please register or sign in to comment