On Wed, Oct 02, 2024 at 11:33:22AM +1000, Dave Chinner wrote: > From: Dave Chinner <[email protected]> > > For filesytsems that provide their own inode cache that can be
s/filesytsems/filesystems/
> traversed, add a sueprblock method that can be used instead of
s/sueprblock/superblock/
> +bool super_iter_iget(struct inode *inode, int flags)
Can you add a kerneldoc comment explaining this helper? Including
what flags is?
> +{
> + bool ret = false;
Weird indentation.
