Commit cc777197 authored by Jeff Garzik's avatar Jeff Garzik

Merge mandrakesoft.com:/home/jgarzik/repo/linus-2.5

into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
parents 27d8034c 914744e2
......@@ -78,7 +78,7 @@ udf_get_last_block(struct super_block *sb)
if (ret) /* Hard Disk */
{
lblock = bdev->bd_inode->i_size / sb->s_blocksize;
lblock = bdev->bd_inode->i_size >> sb->s_blocksize_bits;
}
if (lblock)
......
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