commit | 0bf71d4d005176f6b6587ba64a377f9798213f21 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 16 17:39:15 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 18 01:21:28 2011 -0500 |
tree | 4814d73e0201e92e7aca19b0a45f64b9a9644698 | |
parent | 09f12c03fa699ce7d030c47add60577138927d4f [diff] |
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>