summaryrefslogtreecommitdiffstats
path: root/sys/sys/bufobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/bufobj.h')
-rw-r--r--sys/sys/bufobj.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/bufobj.h b/sys/sys/bufobj.h
index 916b256..3934553 100644
--- a/sys/sys/bufobj.h
+++ b/sys/sys/bufobj.h
@@ -111,7 +111,6 @@ struct bufobj {
*/
#define BO_ONWORKLST (1 << 0) /* On syncer work-list */
#define BO_WWAIT (1 << 1) /* Wait for output to complete */
-#define BO_NEEDSGIANT (1 << 2) /* Require giant for child buffers. */
#define BO_MTX(bo) (&(bo)->bo_mtx)
#define BO_LOCK(bo) mtx_lock(BO_MTX((bo)))
OpenPOWER on IntegriCloud