autofs4: keep symlink body in inode->i_private
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 17 Jan 2011 05:47:38 +0000 (00:47 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Jan 2011 06:21:27 +0000 (01:21 -0500)
commit292c5ee802e9b969b84ee671a5e3001d94230f5b
tree616b0a583d17c50aedbb87082943248333d63c2b
parentc0bcc9d55252012805300ca01b9b7a143b4daf85
autofs4: keep symlink body in inode->i_private

gets rid of all ->free()/->u.symlink machinery in autofs; we simply
keep symlink bodies in inode->i_private and free them in ->evict_inode().

Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/autofs4/autofs_i.h
fs/autofs4/inode.c
fs/autofs4/root.c
fs/autofs4/symlink.c