cvs commit: src/sys/fs/nullfs null_vfsops.c src/sys/kern kern_lock.c vfs_subr.c src/sys/nfs4client nfs4_vfsops.c src/sys/nfsclient nfs_vfsops.c

Attilio Rao attilio at FreeBSD.org
Fri Feb 8 13:45:47 PST 2008


attilio     2008-02-08 21:45:47 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_vfsops.c 
    sys/kern             kern_lock.c vfs_subr.c 
    sys/nfs4client       nfs4_vfsops.c 
    sys/nfsclient        nfs_vfsops.c 
  Log:
  Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into
  VOP_ISLOCKED(arg, curthread). Now, VOP_ISLOCKED() and lockstatus() should
  only acquire curthread as argument; this will lead in axing the additional
  argument from both functions, making the code cleaner.
  
  Reviewed by: jeff, kib
  
  Revision  Changes    Path
  1.87      +3 -3      src/sys/fs/nullfs/null_vfsops.c
  1.123     +2 -2      src/sys/kern/kern_lock.c
  1.718     +6 -5      src/sys/kern/vfs_subr.c
  1.31      +1 -1      src/sys/nfs4client/nfs4_vfsops.c
  1.198     +1 -1      src/sys/nfsclient/nfs_vfsops.c


More information about the cvs-src mailing list