patch-2.4.4 linux/fs/affs/symlink.c

Next file: linux/fs/autofs4/expire.c
Previous file: linux/fs/affs/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/fs/affs/symlink.c linux/fs/affs/symlink.c
@@ -32,7 +32,7 @@
 
 	err = -EIO;
 	lock_kernel();
-	bh = affs_bread(inode->i_dev,inode->i_ino,AFFS_I2BSIZE(inode));
+	bh = affs_bread(inode->i_sb, inode->i_ino);
 	unlock_kernel();
 	if (!bh)
 		goto fail;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)