]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/udf_fs_sb.h
[PATCH] 2TB files: add blkcnt_t
[linux-2.6-omap-h63xx.git] / include / linux / udf_fs_sb.h
index 1966a6dbb4b6f70301470e381d845d7efe4b824e..80ae9ef940dccaac300f187c5292d52d42d92bad 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,7 +13,7 @@
 #ifndef _UDF_FS_SB_H
 #define _UDF_FS_SB_H 1
 
-#include <asm/semaphore.h>
+#include <linux/mutex.h>
 
 #pragma pack(1)
 
@@ -116,7 +111,7 @@ struct udf_sb_info
        /* VAT inode */
        struct inode            *s_vat;
 
-       struct semaphore        s_alloc_sem;
+       struct mutex            s_alloc_mutex;
 };
 
 #endif /* _UDF_FS_SB_H */