git: kernel - Adjust cache_fullpath() API

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 10 12:14:19 PDT 2012


commit 08a7d6d8d1e562a40eb7bcb30fb968b3a68faf43
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Oct 10 12:13:35 2012 -0700

    kernel - Adjust cache_fullpath() API
    
    * Add another argument to explicitly specify the base directory that the
      path is to be relative to.

Summary of changes:
 .../linux/i386/linprocfs/linprocfs_vnops.c         |   17 +++++++++++------
 sys/kern/kern_jail.c                               |    2 +-
 sys/kern/kern_proc.c                               |    3 ++-
 sys/kern/vfs_cache.c                               |   11 +++++++----
 sys/kern/vfs_syscalls.c                            |    5 +++--
 sys/sys/namecache.h                                |    3 ++-
 sys/vfs/isofs/cd9660/cd9660_rrip.c                 |    2 +-
 sys/vfs/procfs/procfs_vnops.c                      |    4 ++--
 8 files changed, 29 insertions(+), 18 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/08a7d6d8d1e562a40eb7bcb30fb968b3a68faf43


-- 
DragonFly BSD source repository



More information about the Commits mailing list