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

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Apr 13 18:25:22 PDT 2004


dillon      2004/04/13 18:24:24 PDT

DragonFly src repository

  Modified files:
    sys/vfs/msdosfs      msdosfs_vnops.c 
  Log:
  uio_td might be NULL, do not indirect through uio_td to get to td_proc
  unless it is non-NULL.  Note that td_proc in msdosfs_write() is used only
  to check resource limits.  Resource limits will not be checked if p is
  NULL (which is ok for now).
  
  Revision  Changes    Path
  1.14      +1 -1      src/sys/vfs/msdosfs/msdosfs_vnops.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/msdosfs/msdosfs_vnops.c.diff?r1=1.13&r2=1.14&f=h





More information about the Commits mailing list