From d6d0bc575c6e4649bdfa6fd02c87f9fc75544ca8 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Mon, 17 Apr 1995 15:37:35 +0000 Subject: Formerly ext2fs.h.~24~ --- ext2fs/ext2fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2fs/ext2fs.h') diff --git a/ext2fs/ext2fs.h b/ext2fs/ext2fs.h index f7d78d1a..11840933 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -184,7 +184,7 @@ unsigned device_block_size; /* Our in-core copy of the super-block. */ struct ext2_super_block *sblock; /* What to lock if changing the super block. */ -spin_lock_t sblock_lock; +spin_lock_t global_lock; /* True if sblock has been modified. */ int sblock_dirty; -- cgit v1.2.3