On Tue, Jan 21, 2020 at 10:27:43AM -0800, Darrick J. Wong wrote: > > -/* > > - * If namespace bits don't match return 0. > > - * If all match then return 1. > > - */ > > -STATIC int > > -xfs_attr_namesp_match(int arg_flags, int ondisk_flags) > > +static bool > > /me wonders if this ought to be static inline but otherwise, I'll let the compiler decide..