cvs commit: src/sys/fs/msdosfs msdosfs_vnops.c

Bruce Evans bde at FreeBSD.org
Mon Dec 29 02:12:03 PST 2003


bde         2003/12/29 02:12:02 PST

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_vnops.c 
  Log:
  Fixed some minor style bugs in rev.1.144.  All related to msdosfs_advlock()
  (mainly unsorting).  There were no changes related to the dirty flag
  here.  The reference NetBSD implementation put msdosfs_advlock() in a
  different place.  This commit only moves its declarations and changes
  some of the function body to be like the NetBSD version.
  
  Revision  Changes    Path
  1.146     +8 -11     src/sys/fs/msdosfs/msdosfs_vnops.c


More information about the cvs-src mailing list