/* * linux/fs/isofs/symlink.c * * (C) 1992 Eric Youngdale Modified for ISO 9660 filesystem. * * Copyright (C) 1991, 1992 Linus Torvalds * * isofs symlink handling code. This is only used with the Rock Ridge * extensions to iso9660 */ #include #include #include #include #include #include #include /* * symlinks can't do much... */ struct inode_operations isofs_symlink_inode_operations = { readlink: page_readlink, follow_link: page_follow_link, readpage: rock_ridge_symlink_readpage };