Re: [PATCH 2/6] autofs4: remove a redundant assignment

2014-07-15 Thread Ian Kent
On Thu, 2014-07-10 at 09:41 +1000, NeilBrown wrote: > 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

[PATCH 2/6] autofs4: remove a redundant assignment

2014-07-09 Thread NeilBrown
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 b5b801779d59165c4ecf1009009109545bd1f642 autofs4: Add d_manage() dentry op