diff options
author | Miles Bader <miles@gnu.org> | 1995-04-17 15:41:02 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-17 15:41:02 +0000 |
commit | f000e947ebd3663bce1c928aa89a87efa21a2760 (patch) | |
tree | 4635d958ad9154b39da77aec20b1857d233e7920 | |
parent | 346a503f31e41c943f2d420236f5d763efc39e52 (diff) |
Formerly ext2fs.h.~27~
-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 19dcc16a..869d6b1c 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -222,7 +222,7 @@ unsigned long groups_count; /* Number of groups in the fs */ spin_lock_t node_to_page_lock; -spin_lock_t gennumberlock; +spin_lock_t generation_lock; unsigned long nextgennumber; /* ---------------------------------------------------------------- */ |