Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 16:24:19 -0800 (PST)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfsclient nfs_vnops.c
Message-ID:  <200302260024.h1Q0OJDE025538@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2003/02/25 16:24:19 PST

  Modified files:
    sys/nfsclient        nfs_vnops.c 
  Log:
   - The interlock was not being droped in nfs_flush() if the first part of
     an if clause was true.  Break the two clauses out into seperate statements
     since they require different actions.
  
  Reported/Tested by:     jake
  Spotted by:     jhb
  
  Revision  Changes    Path
  1.197     +5 -2      src/sys/nfsclient/nfs_vnops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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