adfs: don't put inodes into icache
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 30 Jun 2018 07:15:49 +0000 (03:15 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 3 Aug 2018 20:03:33 +0000 (16:03 -0400)
commitd8e78da8682028ad53d040339a2b9d6fb6092d63
tree243ba5490f2821dde753359c833ef9a4929fbc5f
parent5bef915104f32c9d0bb5df6e86a98e31cb524e9a
adfs: don't put inodes into icache

We never look them up in there; inode_fake_hash() will make them appear
hashed for mark_inode_dirty() purposes.  And don't leave them around
until memory pressure kicks them out - we never look them up again.

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