aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/udf/inode.c')
-rw-r--r--fs/udf/inode.c10
1 files changed, 0 insertions, 10 deletions
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;