commit | f32485be8397ad811312bc055d2e2a5906bc7576 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <[email protected]> | Tue Jan 10 15:11:07 2012 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Jan 10 16:30:53 2012 -0800 |
tree | 3f3ca7a7d8395253189def7742fbd43698dce996 | |
parent | b18c1c6e0c90cbcd38ba879bd63a44c94e4f7301 [diff] |
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 <[email protected]> Cc: Al Viro <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Jeff Mahoney <[email protected]> Cc: Jan Kara <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>