autofs4: kill ->size in autofs_info
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 16 Jan 2011 22:39:15 +0000 (17:39 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Jan 2011 06:21:28 +0000 (01:21 -0500)
commit0bf71d4d005176f6b6587ba64a377f9798213f21
tree4814d73e0201e92e7aca19b0a45f64b9a9644698
parent09f12c03fa699ce7d030c47add60577138927d4f
autofs4: kill ->size in autofs_info

It's used only to pass the length of symlink body to
autofs4_get_inode() in autofs4_dir_symlink().  We can
bloody well set inode->i_size in autofs4_dir_symlink()
directly and be done with that.

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