diff options
author | Miles Bader <miles@gnu.org> | 1995-04-16 20:12:18 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-16 20:12:18 +0000 |
commit | 711a9f071924601aa0e04885f780de2d8280922d (patch) | |
tree | 968a9457661f4ea8525d27bab09fd20a50711dee | |
parent | 3224120a3e758ac399aa76251cd65ac5759fa059 (diff) |
Formerly ext2fs.h.~9~
-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 e0f5e300..a0d6622e 100644 --- a/ext2fs/ext2fs.h +++ b/ext2fs/ext2fs.h @@ -74,7 +74,7 @@ struct disknode /* Links on hash list. */ struct node *hnext, **hprevp; - struct rwlock allocptrlock; + struct rwlock alloc_lock; struct pokel pokel; |