[Bug 216127] sbin/restore doesn't honour extended attributes (extattr on ufs)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 19 16:47:00 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216127

--- Comment #10 from commit-hook at freebsd.org ---
A commit references this bug:

Author: cem
Date: Thu Jan 19 16:46:05 UTC 2017
New revision: 312416
URL: https://svnweb.freebsd.org/changeset/base/312416

Log:
  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

Changes:
  head/sys/ufs/ffs/ffs_vnops.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-amd64 mailing list