Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2011 02:05:59 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/umount umount.c
Message-ID:  <201106120206.p5C26AfA037889@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-06-12 02:05:59 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sbin/umount          umount.c 
  Log:
  SVN rev 223003 on 2011-06-12 02:05:59Z by rmacklem
  
  MFC: r222466
  Modify the umount(8) command so that it doesn't do
  a sync(2) syscall before unmount(2) for the "-f" case.
  This avoids a forced dismount from getting stuck for
  an NFS mountpoint in sync() when the server is not
  responsive. With this commit, forced dismounts should
  normally work for the NFS clients, but can take up to
  about 1minute to complete.
  
  Revision  Changes    Path
  1.46.2.5  +4 -3      src/sbin/umount/umount.c



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