From: NeilBrown Date: Fri, 8 Aug 2014 21:19:52 +0000 (-0700) Subject: autofs4: remove a redundant assignment X-Git-Tag: omap-for-v3.17/fixes-against-rc2~116^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c312442fe3ce9561137910db35ad1409d67dbac6;p=pandora-kernel.git autofs4: remove a redundant assignment The variable 'ino' already exists and already has the correct value. The d_fsdata of a dentry is never changed after the d_fsdata is instantiated, so this new assignment cannot be necessary. It was introduced in commit b5b801779d59 ("autofs4: Add d_manage() dentry operation"). Signed-off-by: NeilBrown Acked-by: Ian Kent Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed