Skip to content
Snippets Groups Projects
Commit 059b081a authored by gord-fig's avatar gord-fig
Browse files

Update copyright and license information.

parent d38986fd
No related branches found
No related tags found
No related merge requests found
Showing
with 109 additions and 3 deletions
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
all: perms
perms:
......
#!/bin/sh
# Script to remove the loopback device and temp file created in newtest.sh
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#! /bin/sh
# Get the locations for the files from a single place to avoid confusion
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
# source config info
......
......@@ -2,6 +2,11 @@
# File which holds configuation parameters in a single place to avoid any
# mismatch between scripts (especially the cleanup scripts, which are
# destructive).
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
#set -vx
# Major number for OBD devices
......
#!/bin/sh
# Utility script for cleaning up a simple OBDFS mounted filesystem
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#! /bin/bash
# Utility script for configuring a simple OBDFS mount
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
......@@ -2,6 +2,12 @@
# Utility script to create an OBD snapshot. If an existing filesystem is
# not already mounted on /mnt/obd, we call the basic OBD setup script to
# create and mount a filesystem for us.
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#!/bin/sh
# Utility script for cleaning up a third snapshot created by setup3.sh
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#!/bin/sh
# Utility script for creating a third snapshot.
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#! /bin/bash
# Utility script for cleaning up snapshots and removing modules.
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#!/bin/sh
# Utility script to test deleting a snapshot that has been previously
# created as the setup.sh script does.
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#!/bin/sh
# Utility script to test restoring a previous snapshot. This will destroy
# the "current" snapshot and restore the old one in its place.
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#! /bin/bash
# Utility script for cleaning up a simple OBDFS mounted filesystem
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
......@@ -2,6 +2,12 @@
# Utility script to create an OBD snapshot. If an existing filesystem is
# not already mounted on /mnt/obd, we call the basic OBD setup script to
# create and mount a filesystem for us.
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
#!/bin/sh
# Utility script to perform minor modifications to the read-write mounted
# snapshot in order to demonstrate the changes w.r.t. the read-only snapshot
#
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
OBDDIR="`dirname $0`/.."
. $OBDDIR/demos/config.sh
......
# Copyright (C) 2001 Cluster File Systems, Inc.
#
# This code is issued under the GNU General Public License.
# See the file COPYING in this distribution
all .DEFAULT:
$(MAKE) -C ../.. $@
/* object based disk file system
*
* This software is licensed under the GPL. See the file COPYING in the
* top directory of this distribution for details.
* This code is issued under the GNU General Public License.
* See the file COPYING in this distribution
*
* Copyright (C), 1999, Stelias Computing Inc
*
......
#ifndef __OBD_H
#define __OBD_H
/*
* Copyright (C) 2001 Cluster File Systems, Inc.
*
* This code is issued under the GNU General Public License.
* See the file COPYING in this distribution
*/
struct obd_conn_info {
unsigned int conn_id; /* handle */
......
#ifndef __LINUX_CLASS_OBD_H
#define __LINUX_CLASS_OBD_H
/*
* Copyright (C) 2001 Cluster File Systems, Inc.
*
* This code is issued under the GNU General Public License.
* See the file COPYING in this distribution
*/
#include <linux/fs.h>
#include <linux/time.h>
......
#ifndef _OBD_EXT2
#define _OBD_EXT2
/*
* Copyright (C) 2001 Cluster File Systems, Inc.
*
* This code is issued under the GNU General Public License.
* See the file COPYING in this distribution
*/
#define OBD_EXT2_RUNIT _IOWR('f', 61, long)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment