diff options
author | 2023-12-04 21:07:19 +0100 | |
---|---|---|
committer | 2023-12-07 15:15:29 +0530 | |
commit | 18793e050504288345eb455a471677b57117bcc6 (patch) | |
tree | c252b3b24adf063cd97fcd91e9a06f08f6fc4ed2 /fs/xfs/libxfs/xfs_ondisk.h | |
parent | xfs: use static_assert to check struct sizes and offsets (diff) | |
download | wireguard-linux-18793e050504288345eb455a471677b57117bcc6.tar.xz wireguard-linux-18793e050504288345eb455a471677b57117bcc6.zip |
xfs: move xfs_ondisk.h to libxfs/
Move xfs_ondisk.h to libxfs so that we can do the struct sanity checks
in userspace libxfs as well. This should allow us to retire the
somewhat fragile xfs/122 test on xfstests.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | fs/xfs/libxfs/xfs_ondisk.h (renamed from fs/xfs/xfs_ondisk.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/fs/xfs/xfs_ondisk.h b/fs/xfs/libxfs/xfs_ondisk.h index d9c988c5ad69..d9c988c5ad69 100644 --- a/fs/xfs/xfs_ondisk.h +++ b/fs/xfs/libxfs/xfs_ondisk.h |