]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: add missing agfl free deferred op type
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 30 Oct 2018 21:52:59 +0000 (16:52 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 30 Oct 2018 21:52:59 +0000 (16:52 -0500)
commitc8dc76e253ff716c80c69eeaf5d2c064a1431593
tree992591d7e7e69c1f98fc0dccd16fc987764d5db9
parentcb5de90b6c641ebaa9e2ccad7f6c121a2967fbf2
libxfs: add missing agfl free deferred op type

When we added a new defer op type for agfl block freeing to the kernel,
we forgot to add that type to the userspace side of things.  This will
cause spontaneous combustion in xfs_repair if we try to rebuild
directories.

Fixes: d5c1b462232 ("xfs: defer agfl block frees when dfops is available")
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/defer_item.c