DragonFly BSD
DragonFly commits List (threaded) for 2010-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Update extattr infrastructure


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 26 Apr 2010 09:03:43 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]