From: Christoph Hellwig Date: Mon, 25 Apr 2011 18:01:36 +0000 (-0400) Subject: add hlist_bl_lock/unlock helpers X-Git-Tag: v2.6.39-rc5~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1879fd6a26571fd4e8e1f4bb3e7537bc936b1fe7;p=pandora-kernel.git add hlist_bl_lock/unlock helpers Now that the whole dcache_hash_bucket crap is gone, go all the way and also remove the weird locking layering violations for locking the hash buckets. Add hlist_bl_lock/unlock helpers to move the locking into the list abstraction instead of requiring each caller to open code it. After all allowing for the bit locks is the whole point of these helpers over the plain hlist variant. Signed-off-by: Christoph Hellwig Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed