From: Al Viro Date: Sun, 16 Jan 2011 22:39:15 +0000 (-0500) Subject: autofs4: kill ->size in autofs_info X-Git-Tag: v2.6.38-rc1~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bf71d4d005176f6b6587ba64a377f9798213f21;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed