don't bother with __d_instantiate(dentry, NULL)
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 9 Mar 2016 23:05:42 +0000 (18:05 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 14 Mar 2016 04:17:32 +0000 (00:17 -0400)
commitde689f5e366373682e95059e9b89d981187e4544
treeb9116bb43a5699087b7e3c06602881a90c94a9a1
parent27f203f655a2e1dab66598a5b19afb637c587f0b
don't bother with __d_instantiate(dentry, NULL)

it's a no-op - bumping ->d_seq is pointless there.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c