vserver 1.9.5.x5
[linux-2.6.git] / include / linux / udf_fs_sb.h
index b73cebb..1966a6d 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef _UDF_FS_SB_H
 #define _UDF_FS_SB_H 1
 
+#include <asm/semaphore.h>
+
 #pragma pack(1)
 
 #define UDF_MAX_BLOCK_LOADED   8
@@ -113,6 +115,8 @@ struct udf_sb_info
 
        /* VAT inode */
        struct inode            *s_vat;
+
+       struct semaphore        s_alloc_sem;
 };
 
 #endif /* _UDF_FS_SB_H */