Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2010 20:31:13 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/md md.c src/sys/fs/nfsclient nfs_clbio.c src/sys/fs/nwfs nwfs_io.c src/sys/fs/smbfs smbfs_io.c src/sys/nfsclient nfs_bio.c
Message-ID:  <201005032032.o43KWnq3066962@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-05-03 20:31:13 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/md           md.c 
    sys/fs/nfsclient     nfs_clbio.c 
    sys/fs/nwfs          nwfs_io.c 
    sys/fs/smbfs         smbfs_io.c 
    sys/nfsclient        nfs_bio.c 
  Log:
  SVN rev 207584 on 2010-05-03 20:31:13Z by kib
  
  Lock the page around vm_page_activate() and vm_page_deactivate() calls
  where it was missed. The wrapped fragments now protect wire_count with
  page lock.
  
  Reviewed by:    alc
  
  Revision  Changes    Path
  1.185     +2 -0      src/sys/dev/md/md.c
  1.13      +6 -2      src/sys/fs/nfsclient/nfs_clbio.c
  1.51      +6 -2      src/sys/fs/nwfs/nwfs_io.c
  1.51      +6 -2      src/sys/fs/smbfs/smbfs_io.c
  1.182     +6 -2      src/sys/nfsclient/nfs_bio.c



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