diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2019-08-30 06:13:30 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-09-02 23:10:44 +0300 |
commit | f19e4ed1e1edbfa3c9ccb9fed17759b7d6db24c6 (patch) | |
tree | cac1dc8ff820a50b2c9dfed61bc552a6935edca0 /Kbuild | |
parent | ff4dd081977da56566a848f071aed8fa92d604a1 (diff) | |
download | linux-f19e4ed1e1edbfa3c9ccb9fed17759b7d6db24c6.tar.xz |
configfs_register_group() shouldn't be (and isn't) called in rmdirable parts
revert cc57c07343bd "configfs: fix registered group removal"
It was an attempt to handle something that fundamentally doesn't
work - configfs_register_group() should never be done in a part
of tree that can be rmdir'ed. And in mainline it never had been,
so let's not borrow trouble; the fix was racy anyway, it would take
a lot more to make that work and desired semantics is not clear.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions