Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2005 18:21:05 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/nwfs nwfs_vfsops.c
Message-ID:  <200509301821.j8UIL5qR074274@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2005-09-30 18:21:05 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nwfs          nwfs_vfsops.c 
  Log:
  The NWFS code in RELENG_6 is broken due to a typo in
  sys/fs/nwfs/nwfs_vfsop= s.c, introduced with the conversion to
  nmount with revision 1.38. This causes mount_nwfs to fail with
  the error message:
  
    mount_nwfs: mount error: /mnt/netware: syserr = No such file or directo=
  ry
  
  This is caused by a typo on line 178, which specifies "nwfw_args"
  rather than "nwfs_args".
  
  Submitted by:   Antony Mawer <gnats@mawer.org>
  Fat fingers:    phk
  PR:             86757
  MFC:            3 days
  
  Revision  Changes    Path
  1.41      +1 -1      src/sys/fs/nwfs/nwfs_vfsops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509301821.j8UIL5qR074274>