Re: [PATCH 0/5] Minor cleanup preparation for some dir-locking API changes
Christian Brauner <[email protected]>
| Newsgroups | gmane.comp.file-systems.ecryptfs.general,gmane.linux.file-systems,gmane.comp.file-systems.coda.general,gmane.linux.nfs,gmane.linux.file-systems.union,gmane.linux.kernel |
|---|---|
| Message-ID | <20250611-ihnen-gehackt-39b5a2c24db4@brauner> |
On Mon, Jun 09, 2025 at 09:09:32AM +1000, NeilBrown wrote: > The following 5 patches provide further cleanup that serves as > preparation for some dir-locking API changes that I want to make. The > most interesting is the last which makes another change to vfs_mkdir(). > As well as returning the dentry or consuming it on failure (a recent > change) it now also unlocks on failure. This will be needed when we > transition to locking just the dentry, not the whole directory. All of the patches except the vfs_mkdir() one that Al is looking at make sense as independent cleanups imho. So I'd take them unless I hear screams.