git: kernel - Update extattr infrastructure

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