]> git.karo-electronics.de Git - karo-tx-linux.git/commit
reiserfs: delay reiserfs lock until journal initialization
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 30 Nov 2011 04:11:47 +0000 (15:11 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 30 Nov 2011 04:13:59 +0000 (15:13 +1100)
commitba8e73162e17d1e14baed440191b073a4cd0b193
tree358584fb60a389d5928903a27302e822749caddc
parentc41c1999ddc8f2b2809e9da4448ef08a115dad0b
reiserfs: delay reiserfs lock until journal initialization

In the mount path, transactions that are made before journal
initialization don't involve the filesystem.  We can delay the reiserfs
lock until we play with the journal.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/reiserfs/bitmap.c
fs/reiserfs/super.c