cvs commit: src/sys/fs/hpfs hpfs_vfsops.c

Attilio Rao attilio at FreeBSD.org
Mon Jan 7 08:51:25 PST 2008


attilio     2008-01-07 16:51:25 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/hpfs          hpfs_vfsops.c 
  Log:
  g_vfs_close() wants the sx topology lock held while executing, so just
  add correct locking to the operation of unmounting.
  This will prevent debugging kernels from panicking if mounting a
  non-hpfs partition (I'm not sure if this can be a problem with a
  successful mounting operation though).
  
  MFC: 3 days
  
  Revision  Changes    Path
  1.62      +8 -0      src/sys/fs/hpfs/hpfs_vfsops.c


More information about the cvs-all mailing list