diff options
-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; |