X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fudf_fs_sb.h;h=80ae9ef940dccaac300f187c5292d52d42d92bad;hb=refs%2Fheads%2Fvserver;hp=b73cebba5551c1527f27f44db925937b38366344;hpb=5273a3df6485dc2ad6aa7ddd441b9a21970f003b;p=linux-2.6.git diff --git a/include/linux/udf_fs_sb.h b/include/linux/udf_fs_sb.h index b73cebba5..80ae9ef94 100644 --- a/include/linux/udf_fs_sb.h +++ b/include/linux/udf_fs_sb.h @@ -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 + #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 */