From 2c3a85ea40dfbcf96b52e9c9f9bef2e66a230446 Mon Sep 17 00:00:00 2001 From: braam Date: Mon, 26 May 2003 08:55:36 +0000 Subject: [PATCH] - add llite to 2.5 compile chain. - start abstracting super.c commonality in llite_lib.c - fix obvious problems - start restoring the vfs_intent patch for 2.5 to one that hinges on path_release not the sprinkle of intent_release stuff from calsoft. --- lustre/Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/Makefile.mk b/lustre/Makefile.mk index b06029d..34c2162 100644 --- a/lustre/Makefile.mk +++ b/lustre/Makefile.mk @@ -16,7 +16,7 @@ obj-y += obdecho/ obj-y += osc/ obj-y += ost/ obj-y += lov/ -#obj-y += llite/ +obj-y += llite/ # portals needs to be before utils/, which pulls in ptlctl objects obj-m += utils/ -- 1.8.3.1