All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] MS_VERBOSE handling in get_sb_bdev()
@ 2004-10-14 16:06 Alex Zarochentsev
  2004-10-14 18:50 ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Zarochentsev @ 2004-10-14 16:06 UTC (permalink / raw)
  To: linux-kernel

Hello,

Anybody knows why the "silent" agrument of the fs' ->fill_super() routines is
passed as ((flags & MS_VERBOSE) ? 1 : 0) ?.  It should be !(flags & MS_VERBOSE)
instead, yes?

I don't belive the bug is not known... 

Regards,
Alex.

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

end of thread, other threads:[~2004-10-15  7:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-14 16:06 [RFC] MS_VERBOSE handling in get_sb_bdev() Alex Zarochentsev
2004-10-14 18:50 ` Randy.Dunlap
2004-10-15  7:03   ` [PATCH] " Alex Zarochentsev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.