freebsd-dev/sys/ufs
Conrad Meyer 675c187cc4 ffs_vnops: Simplify extattr access
As suggested in r167010, use the structure type and macros to access and
modify UFS2 extended attributes.  Add assertions that pointers are
aligned in places where we now access the data through a structure
pointer, instead of character-by-character.

PR:		216127
Reported by:	dewayne at heuristicsystems.com.au
Reviewed by:	kib@
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D9225
2017-01-19 16:46:05 +00:00
..
ffs ffs_vnops: Simplify extattr access 2017-01-19 16:46:05 +00:00
ufs restore(8): Handle extended attribute names correctly 2017-01-18 18:16:57 +00:00