Thread (49 messages) 49 messages, 6 authors, 2018-05-18

Re: [PATCH 28/42] drbd: switch to proc_create_single

From: Lars Ellenberg <hidden>
Date: 2018-05-18 12:55:54
Also in: linux-acpi, linux-ext4, linux-ide, linux-rtc, linux-scsi, lkml, netfilter-devel

On Wed, May 16, 2018 at 11:43:32AM +0200, Christoph Hellwig wrote:
And stop messing with try_module_get on THIS_MODULE, which doesn't make
any sense here.
The idea was to increase module count on /proc/drbd access.

If someone holds /proc/drbd open, previously rmmod would
"succeed" in starting the unload, but then block on remove_proc_entry,
leading to a situation where the lsmod does not show drbd anymore,
but /proc/drbd being still there (but no longer accessible).

I'd rather have rmmod fail up front in this case.
And try_module_get() seemed most appropriate.

    Lars
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help