]> git.karo-electronics.de Git - karo-tx-linux.git/commit
reiserfs: delay reiserfs lock until journal initialization
authorFrederic Weisbecker <fweisbec@gmail.com>
Thu, 8 Dec 2011 04:42:33 +0000 (15:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Dec 2011 04:19:10 +0000 (15:19 +1100)
commit3d36b158251de9a0b0d328b50d676a03d1207c8e
tree202ba82e6cfa80ea567bfee512e55c4a76593038
parentaca9852fb446d3a6ec9fa9a5b790730c3090da65
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