diff options
Diffstat (limited to 'fs/udf')
-rw-r--r-- | fs/udf/balloc.c | 7 | ||||
-rw-r--r-- | fs/udf/crc.c | 5 | ||||
-rw-r--r-- | fs/udf/dir.c | 5 | ||||
-rw-r--r-- | fs/udf/directory.c | 5 | ||||
-rw-r--r-- | fs/udf/file.c | 6 | ||||
-rw-r--r-- | fs/udf/fsync.c | 5 | ||||
-rw-r--r-- | fs/udf/ialloc.c | 5 | ||||
-rw-r--r-- | fs/udf/inode.c | 10 | ||||
-rw-r--r-- | fs/udf/lowlevel.c | 5 | ||||
-rw-r--r-- | fs/udf/misc.c | 5 | ||||
-rw-r--r-- | fs/udf/namei.c | 5 | ||||
-rw-r--r-- | fs/udf/partition.c | 5 | ||||
-rw-r--r-- | fs/udf/super.c | 5 | ||||
-rw-r--r-- | fs/udf/symlink.c | 5 | ||||
-rw-r--r-- | fs/udf/truncate.c | 5 | ||||
-rw-r--r-- | fs/udf/unicode.c | 5 |
16 files changed, 2 insertions, 86 deletions
diff --git a/fs/udf/balloc.c b/fs/udf/balloc.c index b9ded26b10a9..4fae57d9d115 100644 --- a/fs/udf/balloc.c +++ b/fs/udf/balloc.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Block allocation handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Block allocation 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: |
@@ -46,7 +41,7 @@ | |||
46 | #define uint(x) xuint(x) | 41 | #define uint(x) xuint(x) |
47 | #define xuint(x) __le ## x | 42 | #define xuint(x) __le ## x |
48 | 43 | ||
49 | extern inline int find_next_one_bit (void * addr, int size, int offset) | 44 | static inline int find_next_one_bit (void * addr, int size, int offset) |
50 | { | 45 | { |
51 | uintBPL_t * p = ((uintBPL_t *) addr) + (offset / BITS_PER_LONG); | 46 | uintBPL_t * p = ((uintBPL_t *) addr) + (offset / BITS_PER_LONG); |
52 | int result = offset & ~(BITS_PER_LONG-1); | 47 | int result = offset & ~(BITS_PER_LONG-1); |
diff --git a/fs/udf/crc.c b/fs/udf/crc.c index d95c6e38a455..1b82a4adc2f7 100644 --- a/fs/udf/crc.c +++ b/fs/udf/crc.c | |||
@@ -14,11 +14,6 @@ | |||
14 | * | 14 | * |
15 | * AT&T gives permission for the free use of the CRC source code. | 15 | * AT&T gives permission for the free use of the CRC source code. |
16 | * | 16 | * |
17 | * CONTACTS | ||
18 | * E-mail regarding any portion of the Linux UDF file system should be | ||
19 | * directed to the development team mailing list (run by majordomo): | ||
20 | * linux_udf@hpesjro.fc.hp.com | ||
21 | * | ||
22 | * COPYRIGHT | 17 | * COPYRIGHT |
23 | * This file is distributed under the terms of the GNU General Public | 18 | * This file is distributed under the terms of the GNU General Public |
24 | * License (GPL). Copies of the GPL can be obtained from: | 19 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/dir.c b/fs/udf/dir.c index 82440b731142..f5222527fe39 100644 --- a/fs/udf/dir.c +++ b/fs/udf/dir.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Directory handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Directory 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: |
diff --git a/fs/udf/directory.c b/fs/udf/directory.c index 9a61ecc5451b..fe751a2a0e47 100644 --- a/fs/udf/directory.c +++ b/fs/udf/directory.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Directory related functions | 5 | * Directory related functions |
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: |
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> |
diff --git a/fs/udf/fsync.c b/fs/udf/fsync.c index 2dde6b888c2b..5887d78cde43 100644 --- a/fs/udf/fsync.c +++ b/fs/udf/fsync.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Fsync handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Fsync 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: |
diff --git a/fs/udf/ialloc.c b/fs/udf/ialloc.c index a7e5d40f1ebc..c9b707b470ca 100644 --- a/fs/udf/ialloc.c +++ b/fs/udf/ialloc.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Inode allocation handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Inode allocation 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: |
diff --git a/fs/udf/inode.c b/fs/udf/inode.c index b83890beaaac..395e582ee542 100644 --- a/fs/udf/inode.c +++ b/fs/udf/inode.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Inode handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Inode 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: |
@@ -1962,11 +1957,6 @@ int8_t inode_bmap(struct inode *inode, int block, kernel_lb_addr *bloc, uint32_t | |||
1962 | printk(KERN_ERR "udf: inode_bmap: block < 0\n"); | 1957 | printk(KERN_ERR "udf: inode_bmap: block < 0\n"); |
1963 | return -1; | 1958 | return -1; |
1964 | } | 1959 | } |
1965 | if (!inode) | ||
1966 | { | ||
1967 | printk(KERN_ERR "udf: inode_bmap: NULL inode\n"); | ||
1968 | return -1; | ||
1969 | } | ||
1970 | 1960 | ||
1971 | *extoffset = 0; | 1961 | *extoffset = 0; |
1972 | *elen = 0; | 1962 | *elen = 0; |
diff --git a/fs/udf/lowlevel.c b/fs/udf/lowlevel.c index 2da5087dfe05..084216107667 100644 --- a/fs/udf/lowlevel.c +++ b/fs/udf/lowlevel.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Low Level Device Routines for the UDF filesystem | 5 | * Low Level Device Routines for the UDF 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: |
diff --git a/fs/udf/misc.c b/fs/udf/misc.c index fd321f9ace83..cc8ca3254db1 100644 --- a/fs/udf/misc.c +++ b/fs/udf/misc.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Miscellaneous routines for the OSTA-UDF(tm) filesystem. | 5 | * Miscellaneous 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: |
diff --git a/fs/udf/namei.c b/fs/udf/namei.c index ac191ed7df0a..ca732e79c48b 100644 --- a/fs/udf/namei.c +++ b/fs/udf/namei.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Inode name handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Inode name 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: |
diff --git a/fs/udf/partition.c b/fs/udf/partition.c index 4d36f264be0d..dabf2b841db8 100644 --- a/fs/udf/partition.c +++ b/fs/udf/partition.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Partition handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Partition 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: |
diff --git a/fs/udf/super.c b/fs/udf/super.c index 15bd4f24c5b7..4a6f49adc609 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
@@ -14,11 +14,6 @@ | |||
14 | * http://www.ecma.ch/ | 14 | * http://www.ecma.ch/ |
15 | * http://www.iso.org/ | 15 | * http://www.iso.org/ |
16 | * | 16 | * |
17 | * CONTACTS | ||
18 | * E-mail regarding any portion of the Linux UDF file system should be | ||
19 | * directed to the development team mailing list (run by majordomo): | ||
20 | * linux_udf@hpesjro.fc.hp.com | ||
21 | * | ||
22 | * COPYRIGHT | 17 | * COPYRIGHT |
23 | * This file is distributed under the terms of the GNU General Public | 18 | * This file is distributed under the terms of the GNU General Public |
24 | * License (GPL). Copies of the GPL can be obtained from: | 19 | * License (GPL). Copies of the GPL can be obtained from: |
diff --git a/fs/udf/symlink.c b/fs/udf/symlink.c index 43f3051ef756..674bb40edc83 100644 --- a/fs/udf/symlink.c +++ b/fs/udf/symlink.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Symlink handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Symlink 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: |
diff --git a/fs/udf/truncate.c b/fs/udf/truncate.c index 7dc8a5572ca1..e1b0e8cfecb4 100644 --- a/fs/udf/truncate.c +++ b/fs/udf/truncate.c | |||
@@ -4,11 +4,6 @@ | |||
4 | * PURPOSE | 4 | * PURPOSE |
5 | * Truncate handling routines for the OSTA-UDF(tm) filesystem. | 5 | * Truncate 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: |
diff --git a/fs/udf/unicode.c b/fs/udf/unicode.c index 5a80efd8debc..706c92e1dcc9 100644 --- a/fs/udf/unicode.c +++ b/fs/udf/unicode.c | |||
@@ -11,11 +11,6 @@ | |||
11 | * UTF-8 is explained in the IETF RFC XXXX. | 11 | * UTF-8 is explained in the IETF RFC XXXX. |
12 | * ftp://ftp.internic.net/rfc/rfcxxxx.txt | 12 | * ftp://ftp.internic.net/rfc/rfcxxxx.txt |
13 | * | 13 | * |
14 | * CONTACTS | ||
15 | * E-mail regarding any portion of the Linux UDF file system should be | ||
16 | * directed to the development team's mailing list (run by majordomo): | ||
17 | * linux_udf@hpesjro.fc.hp.com | ||
18 | * | ||
19 | * COPYRIGHT | 14 | * COPYRIGHT |
20 | * This file is distributed under the terms of the GNU General Public | 15 | * This file is distributed under the terms of the GNU General Public |
21 | * License (GPL). Copies of the GPL can be obtained from: | 16 | * License (GPL). Copies of the GPL can be obtained from: |