From 9daa0298ce5b555601f2ed2dcc3eb00546478f54 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 2 Jun 2008 20:40:07 +0000 Subject: [PATCH] Add 'options HAMMER' to LINT. Noticed-by: Dionysus Blazakis --- sys/config/LINT | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/config/LINT b/sys/config/LINT index f6a7c997f6..d999d4cb60 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.162 2008/05/22 04:00:43 swildner Exp $ +# $DragonFly: src/sys/config/LINT,v 1.163 2008/06/02 20:40:07 swildner Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -748,6 +748,8 @@ options PORTAL #Portal filesystem options PROCFS #Process filesystem options SMBFS #SMB/CIFS filesystem options UDF #UDF filesystem +options HAMMER #HAMMER filesystem + # YYY-DR Till we rework the VOP methods for this filesystem #options UNION #Union filesystem # The xFS_ROOT options REQUIRE the associated ``options xFS'' -- 2.11.4.GIT