extern struct inode *ilookup5_nowait(struct super_block *sb,
unsigned long hashval, int (*test)(struct inode *, void *),
void *data, bool *isnew);u64 hashval, int (*test)(struct inode *, void *),-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?
Otherwise looks good:
Reviewed-by: Christoph Hellwig hch@lst.de