On Mon, May 20, 2019 at 04:31:08PM -0500, Eric Sandeen wrote: > On 5/20/19 4:21 PM, Darrick J. Wong wrote: > > On Wed, May 15, 2019 at 01:37:32PM -0500, Eric Sandeen wrote: > >> There are several functions which take a flag argument that is > >> only ever passed as "0," so remove these arguments. > >> > >> Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> > >> --- > >> > >> (motivated by simplifying userspace libxfs, TBH) > >> > >> libxfs/xfs_ag.c | 8 ++++---- > >> libxfs/xfs_alloc.c | 4 ++-- > >> libxfs/xfs_attr_remote.c | 2 +- > >> libxfs/xfs_bmap.c | 14 +++++++------- > >> libxfs/xfs_btree.c | 30 +++++++++++------------------- > >> libxfs/xfs_btree.h | 10 +++------- > >> libxfs/xfs_sb.c | 2 +- > >> scrub/repair.c | 2 +- > >> xfs_bmap_util.c | 6 +++--- > >> xfs_buf.h | 5 ++--- > > > > Do you have an accompanying xfsprogs patch up your sleeve somewhere too? > > :) > > yeah it's on the list, trying to decide if I want to wait and > libxfs-merge this or just do it since IIRC it's kind of in the way > of my other xfsprogs patches... I'd prefer you wait so that we don't have xfsprogs out of sync with kernel for a release. --D > -Eric >