Commit d8c9bacf authored by David S. Miller's avatar David S. Miller

[AFFS]: Kill unused label and code.

parent c9427680
...@@ -391,9 +391,6 @@ affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_resul ...@@ -391,9 +391,6 @@ affs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_resul
affs_unlock_ext(inode); affs_unlock_ext(inode);
return 0; return 0;
err_small:
affs_error(inode->i_sb,"get_block","Block < 0");
return -EIO;
err_big: err_big:
affs_error(inode->i_sb,"get_block","strange block request %d", block); affs_error(inode->i_sb,"get_block","strange block request %d", block);
return -EIO; return -EIO;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment