On Mon, Apr 29, 2024 at 08:27:29PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > xfs_inode.i_flags is an unsigned long, so make these helpers take that > as the flags argument instead of unsigned short. This is needed for the > next patch. > > While we're at it, remove the iflags variable from xfs_iget_cache_miss > because we no longer need it. I just reinvented this for another flag in work in progress code. Can we just get included in the current for-next tree?