patch-2.4.0-prerelease linux/fs/efs/symlink.c
Next file: linux/fs/exec.c
Previous file: linux/fs/efs/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Dec 29 14:07:57 2000
- Orig file:
v2.4.0-test12/linux/fs/efs/symlink.c
- Orig date:
Sun Nov 19 18:44:18 2000
diff -u --recursive --new-file v2.4.0-test12/linux/fs/efs/symlink.c linux/fs/efs/symlink.c
@@ -15,7 +15,7 @@
{
char *link = kmap(page);
struct buffer_head * bh;
- struct inode * inode = (struct inode*)page->mapping->host;
+ struct inode * inode = page->mapping->host;
efs_block_t size = inode->i_size;
int err;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)