Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13cf76d
)
b=1111
author
pschwan
<pschwan>
Sat, 12 Apr 2003 17:41:41 +0000
(17:41 +0000)
committer
pschwan
<pschwan>
Sat, 12 Apr 2003 17:41:41 +0000
(17:41 +0000)
- 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
patch
|
blob
|
history
diff --git
a/lustre/cobd/cache_obd.c
b/lustre/cobd/cache_obd.c
index
c4c0494
..
5b27a28
100644
(file)
--- 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;