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

git: Add a flags argument to VOP_FSYNC()


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 24 Aug 2009 08:20:07 -0700 (PDT)

commit 52174f7139d0f8a7dbe74d17c8a2b1f9a6711adb
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Mon Aug 24 08:15:17 2009 -0700

    Add a flags argument to VOP_FSYNC()
    
    * So filesystem code knows whether it is being called from userland or not.

Summary of changes:
 sys/kern/vfs_subr.c              |    2 +-
 sys/kern/vfs_sync.c              |    2 +-
 sys/kern/vfs_syscalls.c          |    3 ++-
 sys/kern/vfs_vopops.c            |    3 ++-
 sys/sys/mount.h                  |    2 ++
 sys/sys/vfsops.h                 |    7 ++++---
 sys/vfs/gnu/ext2fs/ext2_vfsops.c |    4 ++--
 sys/vfs/msdosfs/msdosfs_vfsops.c |    4 ++--
 sys/vfs/nfs/nfs_serv.c           |    2 +-
 sys/vfs/nfs/nfs_vfsops.c         |    2 +-
 sys/vfs/nfs/nfs_vnops.c          |    6 +++---
 sys/vfs/nwfs/nwfs_vfsops.c       |    2 +-
 sys/vfs/smbfs/smbfs_vfsops.c     |    2 +-
 sys/vfs/ufs/ffs_balloc.c         |    4 ++--
 sys/vfs/ufs/ffs_inode.c          |    4 ++--
 sys/vfs/ufs/ffs_rawread.c        |    2 +-
 sys/vfs/ufs/ffs_softdep.c        |   12 ++++++------
 sys/vfs/ufs/ffs_vfsops.c         |    6 +++---
 sys/vfs/union/union_vnops.c      |    2 +-
 19 files changed, 38 insertions(+), 33 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/52174f7139d0f8a7dbe74d17c8a2b1f9a6711adb


-- 
DragonFly BSD source repository



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