From c44efa2d8d09ea02ce1515cfddba212a63100294 Mon Sep 17 00:00:00 2001 From: pschwan Date: Sat, 12 Apr 2003 17:41:41 +0000 Subject: [PATCH] b=1111 - Pass 'force' down to all of the cleanup methods, instead of just having special meaning for exports - in ldlm_cleanup, if forcing, remove the ldlm hooks from ptlrpc so we can unload the ldlm module --- lustre/cobd/cache_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/cobd/cache_obd.c b/lustre/cobd/cache_obd.c index c4c0494..5b27a28 100644 --- a/lustre/cobd/cache_obd.c +++ b/lustre/cobd/cache_obd.c @@ -87,7 +87,7 @@ cobd_setup (struct obd_device *dev, obd_count len, void *buf) } static int -cobd_cleanup (struct obd_device *dev) +cobd_cleanup (struct obd_device *dev, int force) { struct cache_obd *cobd = &dev->u.cobd; int rc; -- 1.8.3.1