]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/udf/udfdecl.h
sparc64: Add 64K page size support
[karo-tx-linux.git] / fs / udf / udfdecl.h
index 263829ef1873644a16ac3340555291a7fc240a4a..63b0349843787a403bdfc25feb1f2d761603de62 100644 (file)
@@ -15,7 +15,6 @@
 #include "udfend.h"
 #include "udf_i.h"
 
-#define UDF_PREALLOCATE
 #define UDF_DEFAULT_PREALLOC_BLOCKS    8
 
 extern __printf(3, 4) void _udf_err(struct super_block *sb,
@@ -85,6 +84,7 @@ 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;
 extern const struct file_operations udf_file_operations;
+extern const struct inode_operations udf_symlink_inode_operations;
 extern const struct address_space_operations udf_aops;
 extern const struct address_space_operations udf_adinicb_aops;
 extern const struct address_space_operations udf_symlink_aops;