Re: [PATCH 2/2] cdrom: gdrom: update gendisk capacity on open
Adrian McMenamin <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.kernel |
|---|---|
| Message-ID | <CACwZE5RfGW24wnWnwmSR0xUm1EZCCAzuaqug1FbhqeXXqEDTQw@mail.gmail.com> |
Florian, On Mon, 6 Apr 2026 at 10:20, Florian Fuchs <[email protected]> wrote: > > You mean, because one of the functions in the call tree of > gdrom_update_capacity() wants to get the mutex gdrom_mutex or s_umount? > I checked the locally called functions, but don't see that one tries to > aquire a lock. > > I don't understand the exact potential of the race condition, maybe you > can elaborate, where I should look. > Actually, having looked at the code path in detail too I agree that this won't recreate the problem the earlier patch addressed, so this looks good to me.