linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] configfs_unregister_group() API
@ 2019-07-30 21:13 Al Viro
  2019-08-02  3:35 ` Al Viro
  2019-08-02  6:52 ` Christoph Hellwig
  0 siblings, 2 replies; 3+ messages in thread
From: Al Viro @ 2019-07-30 21:13 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-fsdevel, Kishon Vijay Abraham I

	AFAICS, it (and configfs_unregister_default_group())
will break if called with group non-empty (i.e. when rmdir(2)
would've failed with -ENOTEMPTY); configfs_detach_prep()
is called, but return value is completely ignored.

	Similar breakage happens in configfs_unregister_subsystem(),
but there it looks like the drivers are responsible for not calling
it that way.  It yells if configfs_detach_prep() fails and AFAICS
all callers do guarantee it never happens.

	configfs_unregister_group() is quiet; from my reading of
the callers, only pci-endpoint might end up calling it for group
that is not guaranteed to be empty.  I'm not familiar with
pci-endpoint guts, so I might very well be missing something there.

Questions to configfs API maintainers (that'd be Christoph, these
days, AFAIK)

1) should such a call be considered a driver bug?
2) should configfs_unregister_group() at least warn when that happens?

and, to pci-endpoint maintainer

3) what, if anything, prevents such calls in pci-endpoint?  Because
as it is, configfs will break badly when that happens...

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

end of thread, other threads:[~2019-08-02  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-30 21:13 [RFC] configfs_unregister_group() API Al Viro
2019-08-02  3:35 ` Al Viro
2019-08-02  6:52 ` Christoph Hellwig

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).