]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit00bfeb3eb160d6148795db6cfd8e5042fd83f353
tree243ba5490f2821dde753359c833ef9a4929fbc5f
parent7985f004733e0e9096c2755280b3740293a5a6b8
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