]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_spaceman: embed struct xfs_fd in struct fileio
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 9 Sep 2019 19:37:07 +0000 (15:37 -0400)
committerEric Sandeen <sandeen@redhat.com>
Mon, 9 Sep 2019 19:37:07 +0000 (15:37 -0400)
commita509ad57e94f3dc45c630074c642e28cc445f700
tree80de5999f3dbf7b1c948098e5fb11ab7dd3ec087
parent8990666efce422c2dbe89765ec0730e179a3c3c3
xfs_spaceman: embed struct xfs_fd in struct fileio

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@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
spaceman/file.c
spaceman/freesp.c
spaceman/info.c
spaceman/init.c
spaceman/prealloc.c
spaceman/space.h
spaceman/trim.c