git: DragonFly_RELEASE_2_6 kernel - Update extattr infrastructure
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Apr 26 09:07:03 PDT 2010
commit 1eb94a4c2cafc2208a25cebbb3f7c1fc663789fb
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Apr 26 09:03:04 2010 -0700
kernel - Update extattr infrastructure
* Update the extattr infrastructure to match FreeBSD. Numerous arguments
have changed in the system calls and created an issue with libarchive.
Summary of changes:
sys/kern/syscalls.master | 13 ++--
sys/kern/vfs_default.c | 5 +-
sys/kern/vfs_jops.c | 3 +-
sys/kern/vfs_syscalls.c | 168 +++++++++++++++++-------------------------
sys/kern/vfs_vfsops.c | 9 ++-
sys/kern/vfs_vopops.c | 14 ++--
sys/sys/extattr.h | 77 ++++++++++++++-----
sys/sys/mount.h | 14 ++--
sys/sys/vfsops.h | 23 +++---
sys/vfs/nullfs/null_vfsops.c | 8 +-
sys/vfs/smbfs/smbfs_vnops.c | 2 +-
11 files changed, 176 insertions(+), 160 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1eb94a4c2cafc2208a25cebbb3f7c1fc663789fb
--
DragonFly BSD source repository
More information about the Commits
mailing list