From: Frederic Weisbecker Date: Wed, 14 Oct 2009 21:34:31 +0000 (+0200) Subject: kill-the-bkl/reiserfs: drop the fs race watchdog from _get_block_create_0() X-Git-Tag: v2.6.33-rc1~360^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b3a5c51b50a234fb4a21146841e6723b5934ce;p=pandora-kernel.git kill-the-bkl/reiserfs: drop the fs race watchdog from _get_block_create_0() We had a watchdog in _get_block_create_0() that jumped to a fixup retry path in case the bkl got relaxed while calling kmap(). This is not necessary anymore since we now have a reiserfs lock that is not implicitly relaxed while sleeping. Signed-off-by: Frederic Weisbecker Cc: Jeff Mahoney Cc: Chris Mason Cc: Ingo Molnar Cc: Alexander Beregalov Cc: Laurent Riffard Cc: Thomas Gleixner --- Reading git-diff-tree failed