diff options
Diffstat (limited to 'ext2fs/ext2fs.c')
-rw-r--r-- | ext2fs/ext2fs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext2fs/ext2fs.c b/ext2fs/ext2fs.c index 1ead6d2f..4f38c927 100644 --- a/ext2fs/ext2fs.c +++ b/ext2fs/ext2fs.c @@ -55,6 +55,9 @@ struct store *store; struct store_parsed *store_parsed; char *diskfs_disk_name; + +pthread_spinlock_t global_lock = PTHREAD_SPINLOCK_INITIALIZER; +pthread_spinlock_t modified_global_blocks_lock = PTHREAD_SPINLOCK_INITIALIZER; #ifdef EXT2FS_DEBUG int ext2_debug_flag; |