DragonFly commits List (threaded) for 2010-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: DragonFly_RELEASE_2_6 kernel - Update extattr infrastructure
commit 1eb94a4c2cafc2208a25cebbb3f7c1fc663789fb
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]