summaryrefslogtreecommitdiff
path: root/include/linux/udf_fs.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-03-11 16:14:43 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-11 16:14:43 -0800
commit5cc6e01a41cc52fd17f0ed178be4be6134035cef (patch)
tree8285a3c0c385f7cbb7424aa1e427f89372da6739 /include/linux/udf_fs.h
parent5289ba41a0a403270bee9da9e08990831d769cb7 (diff)
[PATCH] UDF filesystem update
From: Ben Fennema <bfennema@falcon.csc.calpoly.edu> - added udf 2.5 #defines - fixed prealloc discard race - fixed several bugs in inode_getblk - added S_IFSOCK support - fix unicode encoding bug - change partition allocation from kmalloc to vmalloc for large allocations
Diffstat (limited to 'include/linux/udf_fs.h')
-rw-r--r--include/linux/udf_fs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/udf_fs.h b/include/linux/udf_fs.h
index 45c1a58688ab..4f19d23eb941 100644
--- a/include/linux/udf_fs.h
+++ b/include/linux/udf_fs.h
@@ -8,7 +8,7 @@
* OSTA-UDF(tm) = Optical Storage Technology Association
* Universal Disk Format.
*
- * This code is based on version 2.00 of the UDF specification,
+ * This code is based on version 2.50 of the UDF specification,
* and revision 3 of the ECMA 167 standard [equivalent to ISO 13346].
* http://www.osta.org/ * http://www.ecma.ch/
* http://www.iso.org/
@@ -24,7 +24,7 @@
* ftp://prep.ai.mit.edu/pub/gnu/GPL
* Each contributing author retains all rights to their own work.
*
- * (C) 1999-2000 Ben Fennema
+ * (C) 1999-2004 Ben Fennema
* (C) 1999-2000 Stelias Computing Inc
*
* HISTORY
@@ -37,8 +37,8 @@
#define UDF_PREALLOCATE
#define UDF_DEFAULT_PREALLOC_BLOCKS 8
-#define UDFFS_DATE "2002/11/15"
-#define UDFFS_VERSION "0.9.7"
+#define UDFFS_DATE "2004/29/09"
+#define UDFFS_VERSION "0.9.8.1"
#define UDFFS_DEBUG