]> git.karo-electronics.de Git - karo-tx-linux.git/commit
reiserfs: delay reiserfs lock until journal initialization
authorFrederic Weisbecker <fweisbec@gmail.com>
Fri, 16 Dec 2011 04:50:28 +0000 (15:50 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 20 Dec 2011 07:43:57 +0000 (18:43 +1100)
commit98e6cc79a31bc470bd9a1a2e52dcad9925c59c46
tree26b6ad3d64fddeb52763d1a423ed4ce3b6eade88
parent5cd07bf3d6ba40f3a52e525fe2dc16185bdc26af
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