diff options
author | Miles Bader <miles@gnu.org> | 1995-04-17 15:37:35 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-17 15:37:35 +0000 |
commit | d6d0bc575c6e4649bdfa6fd02c87f9fc75544ca8 (patch) | |
tree | dae86e0875f001be28386e4db2093129c5749ea1 | |
parent | dce0acb90cddfb64e7fd092eb23a0fc26d6a65d8 (diff) |
Formerly ext2fs.h.~24~
-rw-r--r-- | ext2fs/ext2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |