Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jul 2011 20:03:23 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys proc.h src/sys/ufs/ffs ffs_balloc.c
Message-ID:  <201107162003.p6GK3lKf063690@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2011-07-16 20:03:23 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/sys              proc.h 
    sys/ufs/ffs          ffs_balloc.c 
  Log:
  SVN rev 224113 on 2011-07-16 20:03:23Z by kib
  
  MFC r223886:
  Implement a helper functions to locally set thread-private flag, and
  restore it to the previous state. Note that only setting a flag locally
  is supported.
  
  MFC r223887:
  Use helper functions instead of manually managing TDP_INBDFLUSH.
  
  MFC r223888:
  Use 'curthread_pflags' instead of 'thread_pflags' to signify that only
  curthread can be operated upon.
  
  Sponsored by: The FreeBSD Foundation
  
  Revision    Changes    Path
  1.535.2.20  +19 -0     src/sys/sys/proc.h
  1.55.2.2    +12 -16    src/sys/ufs/ffs/ffs_balloc.c



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