Re: [PATCH 4/4] reiserfs: fix journal device opening
Christian Brauner <[email protected]> Mon, 9 Oct 2023 18:16:45 +0200
| Newsgroups | gmane.comp.file-systems.reiserfs.general,gmane.linux.file-systems |
|---|---|
| Message-ID | <20231009-sachfragen-kurativ-cb5af158d8ab@brauner> |
On Mon, Oct 09, 2023 at 02:33:41PM +0200, Christian Brauner wrote: > We can't open devices with s_umount held without risking deadlocks. > So drop s_umount and reacquire it when opening the journal device. > > Reported-by: [email protected] > Signed-off-by: Christian Brauner <[email protected]> > --- Groan, I added a dumb bug in here.