patch-2.3.30 linux/fs/udf/symlink.c
Next file: linux/fs/ufs/dir.c
Previous file: linux/fs/udf/file.c
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
Sun Dec 5 08:42:03 1999
- Orig file:
v2.3.29/linux/fs/udf/symlink.c
- Orig date:
Tue Sep 7 12:14:07 1999
diff -u --recursive --new-file v2.3.29/linux/fs/udf/symlink.c linux/fs/udf/symlink.c
@@ -43,25 +43,23 @@
* symlinks can't do much...
*/
struct inode_operations udf_symlink_inode_operations = {
- NULL, /* no file-operations */
- NULL, /* create */
- NULL, /* lookup */
- NULL, /* link */
- NULL, /* unlink */
- NULL, /* symlink */
- NULL, /* mkdir */
- NULL, /* rmdir */
- NULL, /* mknod */
- NULL, /* rename */
- udf_readlink, /* readlink */
- udf_follow_link,/* follow_link */
+ NULL, /* no file-operations */
+ NULL, /* create */
+ NULL, /* lookup */
+ NULL, /* link */
+ NULL, /* unlink */
+ NULL, /* symlink */
+ NULL, /* mkdir */
+ NULL, /* rmdir */
+ NULL, /* mknod */
+ NULL, /* rename */
+ udf_readlink, /* readlink */
+ udf_follow_link, /* follow_link */
NULL, /* get_block */
- NULL, /* readpage */
- NULL, /* writepage */
- NULL, /* flushpage */
- NULL, /* truncate */
- NULL, /* permission */
- NULL, /* smap */
+ NULL, /* readpage */
+ NULL, /* writepage */
+ NULL, /* truncate */
+ NULL, /* permission */
NULL /* revalidate */
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)