patch-2.4.0-prerelease linux/fs/udf/symlink.c
Next file: linux/fs/ufs/Makefile
Previous file: linux/fs/udf/file.c
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/udf/symlink.c
- Orig date:
Sun Nov 19 18:44:19 2000
diff -u --recursive --new-file v2.4.0-test12/linux/fs/udf/symlink.c linux/fs/udf/symlink.c
@@ -79,7 +79,7 @@
static int udf_symlink_filler(struct file *file, struct page *page)
{
- struct inode *inode = (struct inode*)page->mapping->host;
+ struct inode *inode = page->mapping->host;
struct buffer_head *bh = NULL;
char *symlink;
int err = -EIO;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)