X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fudf%2Fudfdecl.h;h=8ec865de5f133052771c1a428bb94e3834b9f374;hb=3bf2e77453a87c22eb57ed4926760ac131c84459;hp=f3f45d029277a4f1b038c6baf38ca2cce8703739;hpb=e270b51df657011983241ec61a1fc7de186e16cd;p=linux-2.6-omap-h63xx.git diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h index f3f45d02927..8ec865de5f1 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h @@ -16,7 +16,7 @@ #define UDF_PREALLOCATE #define UDF_DEFAULT_PREALLOC_BLOCKS 8 -#define UDFFS_DEBUG +#undef UDFFS_DEBUG #ifdef UDFFS_DEBUG #define udf_debug(f, a...) \ @@ -73,6 +73,7 @@ struct task_struct; struct buffer_head; struct super_block; +extern const struct export_operations udf_export_ops; extern const struct inode_operations udf_dir_inode_operations; extern const struct file_operations udf_dir_operations; extern const struct inode_operations udf_file_inode_operations;