Christoph Hellwig 6e145f943b xfs: make if_data a void pointer
The xfs_ifork structure currently has a union of the if_root void pointer
and the if_data char pointer.  In either case it is an opaque pointer
that depends on the fork format.  Replace the union with a single if_data
void pointer as that is what almost all callers want.  Only the symlink
NULL termination code in xfs_init_local_fork actually needs a new local
variable now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
2023-12-29 13:37:03 +05:30
..
2023-12-15 10:03:32 -08:00
2023-12-22 10:52:42 +05:30
2023-12-22 10:52:42 +05:30
2023-12-15 10:03:32 -08:00
2023-12-15 10:03:32 -08:00
2023-12-15 10:03:37 -08:00
2023-12-29 13:37:03 +05:30
2019-11-07 13:00:53 -08:00
2023-12-29 13:37:03 +05:30
2023-12-15 10:03:33 -08:00
2023-12-15 10:03:33 -08:00
2023-12-15 10:03:37 -08:00
2023-12-29 13:37:03 +05:30
2023-12-29 13:37:03 +05:30
2023-12-22 11:18:14 +05:30
2023-12-15 10:03:32 -08:00
2023-12-15 10:03:32 -08:00
2023-12-07 15:15:29 +05:30
2023-12-22 11:18:14 +05:30
2023-10-17 08:40:54 -07:00
2023-12-15 10:03:37 -08:00