symlink.c (6b2553918d8b4e6de9853fd6315bec7271a2e592) | symlink.c (fceef393a538134f03b778c5d2519e670269342f) |
---|---|
1/* 2 * linux/fs/affs/symlink.c 3 * 4 * 1995 Hans-Joachim Widmaier - Modified for affs. 5 * 6 * Copyright (C) 1991, 1992 Linus Torvalds 7 * 8 * affs symlink handling code --- 58 unchanged lines hidden (view full) --- 67 68const struct address_space_operations affs_symlink_aops = { 69 .readpage = affs_symlink_readpage, 70}; 71 72const struct inode_operations affs_symlink_inode_operations = { 73 .readlink = generic_readlink, 74 .get_link = page_get_link, | 1/* 2 * linux/fs/affs/symlink.c 3 * 4 * 1995 Hans-Joachim Widmaier - Modified for affs. 5 * 6 * Copyright (C) 1991, 1992 Linus Torvalds 7 * 8 * affs symlink handling code --- 58 unchanged lines hidden (view full) --- 67 68const struct address_space_operations affs_symlink_aops = { 69 .readpage = affs_symlink_readpage, 70}; 71 72const struct inode_operations affs_symlink_inode_operations = { 73 .readlink = generic_readlink, 74 .get_link = page_get_link, |
75 .put_link = page_put_link, | |
76 .setattr = affs_notify_change, 77}; | 75 .setattr = affs_notify_change, 76}; |