cvs commit: src/sys/kern vfs_mount.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Dec 19 16:43:52 PST 2005


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


More information about the cvs-all mailing list