aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/udfdecl.h
diff options
context:
space:
mode:
authorRasmus Rohde <rohde@duff.dk>2008-04-30 17:22:06 +0200
committerJan Kara <jack@suse.cz>2008-05-07 09:48:23 +0200
commit221e583a735fc5d879d83c2a76b8ee5afcbdf146 (patch)
tree332eaa88f4f814389262e68b17dea0b0e3b0820c /fs/udf/udfdecl.h
parentudf: fs/udf/partition.c:udf_get_pblock() mustn't be inline (diff)
downloadlinux-dev-221e583a735fc5d879d83c2a76b8ee5afcbdf146.tar.xz
linux-dev-221e583a735fc5d879d83c2a76b8ee5afcbdf146.zip
udf: Make udf exportable
Cc: Christoph Hellwig <hch@infradead.org> Signed-off-by: Rasmus Rohde <rohde@duff.dk> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r--fs/udf/udfdecl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h
index f3f45d029277..8fa9c2d70911 100644
--- a/fs/udf/udfdecl.h
+++ b/fs/udf/udfdecl.h
@@ -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;