diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-01-12 17:47:08 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-01-12 17:47:08 -0500 |
| commit | 94bc2be31a01a3055ec94176e595dfe208e92d3b (patch) | |
| tree | ebfbe81c6718a6390bfa1b99c6d228237d818576 /fs/udf/file.c | |
| parent | c32a0b689cb9cc160cfcd19735bbf50bb70c6ef4 (diff) | |
| parent | 58cba4650a7a414eabd2b40cc9d8e45fcdf192d9 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/udf/file.c')
| -rw-r--r-- | fs/udf/file.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/udf/file.c b/fs/udf/file.c index 01f520c71dc1..a6f2acc1f15c 100644 --- a/fs/udf/file.c +++ b/fs/udf/file.c | |||
| @@ -4,11 +4,6 @@ | |||
| 4 | * PURPOSE | 4 | * PURPOSE |
| 5 | * File handling routines for the OSTA-UDF(tm) filesystem. | 5 | * File handling routines for the OSTA-UDF(tm) filesystem. |
| 6 | * | 6 | * |
| 7 | * CONTACTS | ||
| 8 | * E-mail regarding any portion of the Linux UDF file system should be | ||
| 9 | * directed to the development team mailing list (run by majordomo): | ||
| 10 | * linux_udf@hpesjro.fc.hp.com | ||
| 11 | * | ||
| 12 | * COPYRIGHT | 7 | * COPYRIGHT |
| 13 | * This file is distributed under the terms of the GNU General Public | 8 | * This file is distributed under the terms of the GNU General Public |
| 14 | * License (GPL). Copies of the GPL can be obtained from: | 9 | * License (GPL). Copies of the GPL can be obtained from: |
| @@ -36,6 +31,7 @@ | |||
| 36 | #include <asm/uaccess.h> | 31 | #include <asm/uaccess.h> |
| 37 | #include <linux/kernel.h> | 32 | #include <linux/kernel.h> |
| 38 | #include <linux/string.h> /* memset */ | 33 | #include <linux/string.h> /* memset */ |
| 34 | #include <linux/capability.h> | ||
| 39 | #include <linux/errno.h> | 35 | #include <linux/errno.h> |
| 40 | #include <linux/smp_lock.h> | 36 | #include <linux/smp_lock.h> |
| 41 | #include <linux/pagemap.h> | 37 | #include <linux/pagemap.h> |
