[TRIVIAL PATCH 2.5.48] Remove unused label from affs/file.c

From: Bob Miller (rem@osdl.org)
Date: Tue Nov 19 2002 - 13:51:30 EST


diff -Nru a/fs/affs/file.c b/fs/affs/file.c
--- a/fs/affs/file.c Tue Nov 19 10:31:17 2002
+++ b/fs/affs/file.c Tue Nov 19 10:31:17 2002
@@ -391,9 +391,6 @@
         affs_unlock_ext(inode);
         return 0;
 
-err_small:
- affs_error(inode->i_sb,"get_block","Block < 0");
- return -EIO;
 err_big:
         affs_error(inode->i_sb,"get_block","strange block request %d", block);
         return -EIO;

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Nov 23 2002 - 22:00:28 EST