X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fhfsplus%2Fhfsplus_fs.h;h=f027a905225fc5f7a5c2dfe8b5d1e0764ec96c80;hb=fd3f1917e345d852ef9ae36178719f4e639f70ae;hp=9e59537b43d56ef0ca178acce4ec900b7d50fcff;hpb=44473d991332053eb3fea1e08f8a6ee2c6fb409c;p=linux-2.6-omap-h63xx.git diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 9e59537b43d..f027a905225 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h @@ -11,6 +11,7 @@ #define _LINUX_HFSPLUS_FS_H #include +#include #include #include "hfsplus_raw.h" @@ -154,7 +155,7 @@ struct hfsplus_sb_info { struct hfsplus_inode_info { - struct semaphore extents_lock; + struct mutex extents_lock; u32 clump_blocks, alloc_blocks; sector_t fs_blocks; /* Allocation extents from catalog record or volume header */