From 569d6ffb52164c3814dbe4077a774e0c964833d2 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 18 Jul 2006 18:10:12 +0000 Subject: [PATCH] Branch b1_5 b=10724 patchless client knows not. None of this is actually used in a client anyhow; this just prevents the missing symbol error. --- lustre/obdclass/obd_mount.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index c5c42f2..72b725f 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -1340,7 +1340,9 @@ static void server_put_super(struct super_block *sb) /* drop the One True Mount */ unlock_mntput(mnt); +#ifndef LUSTRE_PATCHLESS lvfs_clear_rdonly(save_dev); +#endif /* Stop the servers (MDS, OSS) if no longer needed. We must wait until the target is really gone so that our type refcount check -- 1.8.3.1