From 780bea86b82d88c09c9fb80be0cd5a834abd519c Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 4 Jul 2003 21:37:46 +0000 Subject: [PATCH] Remove old config files that were supposed to be removed long ago. --- lustre/tests/fs.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 lustre/tests/fs.sh diff --git a/lustre/tests/fs.sh b/lustre/tests/fs.sh deleted file mode 100644 index b158c6e..0000000 --- a/lustre/tests/fs.sh +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/bash -# Copyright (C) 2001 Cluster File Systems, Inc. -# -# This code is issued under the GNU General Public License. -# See the file COPYING in this distribution -#!/bin/sh - -R=/r - -insmod /lib/modules/2.4.17/kernel/drivers/block/loop.o -dd if=/dev/zero of=/tmp/fs bs=1024 count=10000 -mke2fs -b 4096 -F /tmp/fs -losetup /dev/loop/0 /tmp/fs - -insmod $R/usr/src/lustre/obdclass/obdclass.o -insmod $R/usr/src/lustre/obdext2/obdext2.o -mknod /dev/obd c 10 241 - -$R/usr/src/lustre/utils/obdctl <