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>
This commit is contained in:
Rasmus Rohde 2008-04-30 17:22:06 +02:00 committed by Jan Kara
parent 22ba0317c8
commit 221e583a73
4 changed files with 161 additions and 2 deletions

View file

@ -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;