commit | bc9f2b7c8a732d896753709cc9d495780ba7e9f9 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Wed Dec 12 08:46:22 2018 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Wed Dec 12 08:47:16 2018 -0800 |
tree | 9ad8b75bee6b0d834503127f5e7dc4f3fe01bbf3 | |
parent | 43feeea88c9cb2955b9f7ba8152ec5abeea42810 [diff] |
xfs: idiotproof defer op type configuration Recently, we forgot to port a new defer op type to xfsprogs, which caused us some userspace pain. Reorganize the way we make libxfs clients supply defer op type information so that all type information has to be provided at build time instead of risky runtime dynamic configuration. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com>