pjd         2005-12-20 00:43:51 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  vfs_mount_alloc() always returns 0, but what we really want is newly
  allocated 'struct mount *' pointer, so simplify code a bit and return
  the pointer directly.
  
  Reviewed by:    ssouhlal
  
  Revision  Changes    Path
  1.210     +7 -15     src/sys/kern/vfs_mount.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to