linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* (un)lock_kernel() ?
@ 2007-04-04 12:57 John Anthony Kazos Jr.
  2007-04-04 15:36 ` Dave Kleikamp
  0 siblings, 1 reply; 6+ messages in thread
From: John Anthony Kazos Jr. @ 2007-04-04 12:57 UTC (permalink / raw)
  To: linux-ext4

Why does ext4_fill_super release the BKL on entry and take it on both 
normal and abnormal exit? As far as I can see, ext4_fill_super is called 
by get_sb_bdev, which calls the ->get_sb method without the BKL, and 
ext4_get_sb calls get_sb_bdev without the BKL. And the ext2 code does not 
touch the BKL in ext2_fill_super.

Is the VFS code going to be changed somewhere in the future and it's being 
anticipated, or is this a bug?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-04-10 16:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-04 12:57 (un)lock_kernel() ? John Anthony Kazos Jr.
2007-04-04 15:36 ` Dave Kleikamp
2007-04-04 16:52   ` John Anthony Kazos Jr.
2007-04-10 16:03     ` Ming Zhang
2007-04-10 16:10       ` Dave Kleikamp
2007-04-10 16:55         ` Ming Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).