Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / linux / udf_fs_sb.h
index b73cebb..80ae9ef 100644 (file)
@@ -3,11 +3,6 @@
  * 
  * This include file is for the Linux kernel/module.
  *
- * CONTACTS
- *     E-mail regarding any portion of the Linux UDF file system should be
- *     directed to the development team mailing list (run by majordomo):
- *             linux_udf@hpesjro.fc.hp.com
- *
  * COPYRIGHT
  *     This file is distributed under the terms of the GNU General Public
  *     License (GPL). Copies of the GPL can be obtained from:
@@ -18,6 +13,8 @@
 #ifndef _UDF_FS_SB_H
 #define _UDF_FS_SB_H 1
 
+#include <linux/mutex.h>
+
 #pragma pack(1)
 
 #define UDF_MAX_BLOCK_LOADED   8
@@ -113,6 +110,8 @@ struct udf_sb_info
 
        /* VAT inode */
        struct inode            *s_vat;
+
+       struct mutex            s_alloc_mutex;
 };
 
 #endif /* _UDF_FS_SB_H */