On Tue, Sep 03, 2019 at 09:38:35PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Replace the open-coded fd and geometry fields of struct fileio with a > single xfs_fd, which will enable us to use it natively throughout > xfs_spaceman in upcoming patches. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > --- > spaceman/file.c | 31 +++++++++++-------------------- > spaceman/freesp.c | 30 +++++++++++++++++------------- > spaceman/info.c | 19 +++---------------- > spaceman/init.c | 11 +++++++---- > spaceman/prealloc.c | 15 ++++++++------- > spaceman/space.h | 9 +++++---- > spaceman/trim.c | 40 +++++++++++++++++++++------------------- > 7 files changed, 72 insertions(+), 83 deletions(-) Nice! Really starts to simplify the file and geometry handling. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx