NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/52301: lfs deadlock between lfs_fsync and lfs_create
The following reply was made to PR kern/52301; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: kern/52301: lfs deadlock between lfs_fsync and lfs_create
Date: Thu, 15 Jun 2017 14:43:42 +0000
Now I'm unconditionally lfs_writer_enter'ing, whereas previously it did
so if there were no dirops pending (in a racy check) or if doing a
checkpoint. This feels more correct but I am not sure yet. Certainly it
feels slower, but at least it doesn't deadlock all the time.
Home |
Main Index |
Thread Index |
Old Index