patch-2.3.41 linux/include/linux/udf_fs.h
Next file: linux/include/linux/udf_fs_i.h
Previous file: linux/include/linux/tcp.h
Back to the patch index
Back to the overall index
- Lines: 69
- Date:
Tue Jan 25 11:19:04 2000
- Orig file:
v2.3.40/linux/include/linux/udf_fs.h
- Orig date:
Tue Nov 23 22:42:21 1999
diff -u --recursive --new-file v2.3.40/linux/include/linux/udf_fs.h linux/include/linux/udf_fs.h
@@ -1,7 +1,17 @@
/*
* udf_fs.h
*
- * Included by fs/filesystems.c
+ * PURPOSE
+ * Included by fs/filesystems.c
+ *
+ * DESCRIPTION
+ * OSTA-UDF(tm) = Optical Storage Technology Association
+ * Universal Disk Format.
+ *
+ * This code is based on version 2.00 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/
*
* CONTACTS
* E-mail regarding any portion of the Linux UDF file system should be
@@ -14,15 +24,17 @@
* 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-2000 Stelias Computing Inc
+ *
* HISTORY
- * July 21, 1997 - Andrew E. Mileski
- * Written, tested, and released.
*
- * 10/2/98 dgb rearranged all headers
- * 11/26/98 bf added byte order macros
- * 12/5/98 dgb removed other includes to reduce kernel namespace pollution.
+ * 10/02/98 dgb rearranged all headers
+ * 11/26/98 blf added byte order macros
+ * 12/05/98 dgb removed other includes to reduce kernel namespace pollution.
* This should only be included by the kernel now!
*/
+
#if !defined(_LINUX_UDF_FS_H)
#define _LINUX_UDF_FS_H
@@ -30,8 +42,8 @@
#define UDF_DEFAULT_PREALLOC_BLOCKS 8
#define UDF_DEFAULT_PREALLOC_DIR_BLOCKS 0
-#define UDFFS_DATE "99/11/18"
-#define UDFFS_VERSION "0.8.9.4"
+#define UDFFS_DATE "2000/01/17"
+#define UDFFS_VERSION "0.9.0"
#define UDFFS_DEBUG
#ifdef UDFFS_DEBUG
@@ -47,15 +59,6 @@
#define udf_info(f, a...) \
printk (KERN_INFO "UDF-fs INFO " ## f, ## a);
-
-struct udf_addr
-{
- __u32 block;
- __u16 partition;
- unsigned error : 1;
- unsigned reserved : 15;
-};
-
/* Prototype for fs/filesystem.c (the only thing really required in this file) */
extern int init_udf_fs(void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)