git: DragonFly_RELEASE_2_6 kernel - Update extattr infrastructur

看板DFBSD_commit作者時間16年前 (2010/04/27 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1BrTJr_O (DFBSD_commit)