]> git.baikalelectronics.ru Git - kernel.git/commit
autofs4: remove a redundant assignment
authorNeilBrown <neilb@suse.de>
Fri, 8 Aug 2014 21:19:52 +0000 (14:19 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 8 Aug 2014 22:57:19 +0000 (15:57 -0700)
commitb26a71b89b9223ab2ffddca6be6a3fd6619b3530
tree49c273af24914fe5ab9763d0e99c650f464d033a
parent79d04a98ead23632e914717ce7098c52f4e21654
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 bc0eb8f2ac17 ("autofs4: Add d_manage()
dentry operation").

Signed-off-by: NeilBrown <neilb@suse.de>
Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs4/expire.c