From: Frederic Weisbecker Date: Tue, 10 Jan 2012 23:11:09 +0000 (-0800) Subject: reiserfs: don't lock journal_init() X-Git-Tag: v3.3-rc1~113^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c69b98d0dca54d9eb72226bbf2e211aaaf126e;p=pandora-kernel.git reiserfs: don't lock journal_init() journal_init() doesn't need the lock since no operation on the filesystem is involved there. journal_read() and get_list_bitmap() have yet to be reviewed carefully though before removing the lock there. Just keep the it around these two calls for safety. Signed-off-by: Frederic Weisbecker Cc: Al Viro Cc: Christoph Hellwig Cc: Jeff Mahoney Cc: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed