In message <20080430101704.9cbd6384.akpm@linux-foundation.org>, Andrew Morton writes:
[...[
I can't find spin_[um]lock_32bit anywhere (checkd latest mmotm and linus's
tree). I therefore assume this was just your way of saying I should:
#if BITS_PER_LONG == 32
spin_unlock(&dst->i_lock);
#endif
Erez.
--