All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] what's the point of register_filesystem() in drivers/dax/super.c?
@ 2019-03-16 16:23 Al Viro
  2019-03-16 20:10 ` Dan Williams
  0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2019-03-16 16:23 UTC (permalink / raw)
  To: Dan Williams; +Cc: linux-fsdevel

	It's not user-mountable, kern_mount() doesn't care about
looking it up by name, so the only effect of having it registered
is having it visible in /proc/filesystems.

	Do you need that for anything?  Because I would rather
avoid more of that voodoo...

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

end of thread, other threads:[~2019-03-17 17:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-16 16:23 [RFC] what's the point of register_filesystem() in drivers/dax/super.c? Al Viro
2019-03-16 20:10 ` Dan Williams
2019-03-16 20:26   ` Al Viro
2019-03-17 17:56     ` Dan Williams

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.