Re: [PATCH v3 01/12] vfs: widen inode hash/lookup functions to u64
Christian Brauner via Linux-f2fs-devel <[email protected]> Fri, 6 Mar 2026 14:28:59 +0100
| Newsgroups | gmane.linux.file-systems.f2fs,gmane.comp.video.dri.devel,gmane.linux.hams,gmane.comp.file-systems.ceph.devel,gmane.linux.kernel,gmane.linux.kernel.perf.user,gmane.linux.drivers.video-input-infrastructure,gmane.linux.kernel.cifs,gmane.comp.file-systems.nilfs.user,gmane.comp.file-systems.coda.general,gmane.linux.can,gmane.linux.drivers.mtd,gmane.comp.freedesktop.amd-gfx,gmane.linux.kernel.autofs,gmane.linux.nfs,gmane.comp.file-systems.ext4,gmane.linux.kernel.mm,gmane.network.samba.internals,gmane.linux.network,gmane.linux.file-systems,gmane.linux.kernel.bpf,gmane.comp.file-systems.ecryptfs.general,gmane.linux.file-systems.union,gmane.linux.x25,gmane.linux.bluez.kernel,gmane.comp.security.apparmor,gmane.linux.kernel.lsm |
|---|---|
| Message-ID | <20260306-klauen-aufruf-3f79ec9cd4cb@brauner> |
On Fri, Mar 06, 2026 at 07:03:15AM -0500, Jeff Layton wrote: > On Thu, 2026-03-05 at 06:24 -0800, Christoph Hellwig wrote: > > > extern struct inode *ilookup5_nowait(struct super_block *sb, > > > - unsigned long hashval, int (*test)(struct inode *, void *), > > > + u64 hashval, int (*test)(struct inode *, void *), > > > void *data, bool *isnew); > > > -extern struct inode *ilookup5(struct super_block *sb, unsigned long hashval, > > > +extern struct inode *ilookup5(struct super_block *sb, u64 hashval, > > > int (*test)(struct inode *, void *), void *data); > > > > ... > > > > Can you please drop all these pointless externs while you're at it? > > > > I was planning to do that, but then Christian merged it! > > I'll do a patch on top of this that does this in the range of fs.h that > the patch touches. Christian can throw it on top of the series, and > that shouldn't be too bad for backports. I can easily drop those so no need to resend for stuff like this as per the usual protocol. _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel