summaryrefslogtreecommitdiff
path: root/libdiskfs/shutdown.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-04-01 01:39:42 +0000
committerRoland McGrath <roland@gnu.org>2001-04-01 01:39:42 +0000
commitf1ffed3f093b28d6cd2cd8f4494d23dd6a5f6303 (patch)
tree4816d183c15e93ee683bc0f2074bc6ad42690395 /libdiskfs/shutdown.c
parentc73e7b2070100ec180c0336505c00437728066f1 (diff)
2001-03-28 Neal H Walfield <neal@cs.uml.edu>
* shutdown.c: Move initialization of diskfs_fsys_lock from here ... * init-init.c: ... to here with the rest of the initialization code.
Diffstat (limited to 'libdiskfs/shutdown.c')
-rw-r--r--libdiskfs/shutdown.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c
index 1a544f5b..f9bc4b57 100644
--- a/libdiskfs/shutdown.c
+++ b/libdiskfs/shutdown.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1993, 94, 95, 96, 98, 99 Free Software Foundation, Inc.
+ Copyright (C) 1993,94,95,96,98,99,2001 Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -22,8 +22,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "priv.h"
#include <hurd/fsys.h>
-struct rwlock diskfs_fsys_lock = RWLOCK_INITIALIZER;
-
/* Shutdown the filesystem; flags are as for fsys_goaway. */
error_t
diskfs_shutdown (int flags)