kill-the-bkl/reiserfs: drop the fs race watchdog from _get_block_create_0()
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 14 Oct 2009 21:34:31 +0000 (23:34 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Wed, 14 Oct 2009 21:34:31 +0000 (23:34 +0200)
commit27b3a5c51b50a234fb4a21146841e6723b5934ce
tree41b1df81b0b40b0115c77f835b3791db7c13c1f5
parent205cb37b89ab37db553907e5ac17962eec561804
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 <fweisbec@gmail.com>
Cc: Jeff Mahoney <jeffm@suse.com>
Cc: Chris Mason <chris.mason@oracle.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Alexander Beregalov <a.beregalov@gmail.com>
Cc: Laurent Riffard <laurent.riffard@free.fr>
Cc: Thomas Gleixner <tglx@linutronix.de>
fs/reiserfs/inode.c