From f1ffed3f093b28d6cd2cd8f4494d23dd6a5f6303 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 1 Apr 2001 01:39:42 +0000 Subject: 2001-03-28 Neal H Walfield * shutdown.c: Move initialization of diskfs_fsys_lock from here ... * init-init.c: ... to here with the rest of the initialization code. --- libdiskfs/shutdown.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libdiskfs') 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 -struct rwlock diskfs_fsys_lock = RWLOCK_INITIALIZER; - /* Shutdown the filesystem; flags are as for fsys_goaway. */ error_t diskfs_shutdown (int flags) -- cgit v1.2.3