patch-2.3.43 linux/fs/ufs/symlink.c
Next file: linux/fs/umsdos/Makefile
Previous file: linux/fs/ufs/namei.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Thu Feb 10 12:16:59 2000
- Orig file:
v2.3.42/linux/fs/ufs/symlink.c
- Orig date:
Tue Dec 14 01:27:24 1999
diff -u --recursive --new-file v2.3.42/linux/fs/ufs/symlink.c linux/fs/ufs/symlink.c
@@ -1,6 +1,8 @@
/*
* linux/fs/ufs/symlink.c
*
+ * Only fast symlinks left here - the rest is done by generic code. AV, 1999
+ *
* Copyright (C) 1998
* Daniel Pirkl <daniel.pirkl@emai.cz>
* Charles University, Faculty of Mathematics and Physics
@@ -24,7 +26,6 @@
*/
#include <linux/fs.h>
-#include <linux/ufs_fs.h>
static int ufs_readlink(struct dentry *dentry, char *buffer, int buflen)
{
@@ -41,11 +42,4 @@
struct inode_operations ufs_fast_symlink_inode_operations = {
readlink: ufs_readlink,
follow_link: ufs_follow_link,
-};
-
-struct inode_operations ufs_symlink_inode_operations = {
- readlink: page_readlink,
- follow_link: page_follow_link,
- get_block: ufs_getfrag_block,
- readpage: block_read_full_page
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)