summaryrefslogtreecommitdiff
path: root/ext2fs/ext2fs.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-17 15:37:35 +0000
committerMiles Bader <miles@gnu.org>1995-04-17 15:37:35 +0000
commitd6d0bc575c6e4649bdfa6fd02c87f9fc75544ca8 (patch)
treedae86e0875f001be28386e4db2093129c5749ea1 /ext2fs/ext2fs.h
parentdce0acb90cddfb64e7fd092eb23a0fc26d6a65d8 (diff)
Formerly ext2fs.h.~24~
Diffstat (limited to 'ext2fs/ext2fs.h')
-rw-r--r--ext2fs/ext2fs.h2
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;