Remove inode from global tree when it is dropped, not when it is destroyed, since...
commit058ebeac19440dd03a0dc768e927f11bd164d7e8
authorEvgeniy Polyakov <zbr@ioremap.net>
Wed, 30 Nov 2011 22:45:25 +0000 (1 02:45 +0400)
committerEvgeniy Polyakov <zbr@ioremap.net>
Thu, 22 Mar 2012 15:34:13 +0000 (22 19:34 +0400)
tree02e70c2a5a6f3997b1d53fab90be6f2b36f4f722
parent227666d47ecdd024d22b05f862970497f634d6cd
Remove inode from global tree when it is dropped, not when it is destroyed, since otherwise it is possible, that iput(refcnt==1) will drop it, but not destroy, and it can be found (broken) via pohmelfs_sb_inode_lookup()
fs/pohmelfs/inode.c
fs/pohmelfs/super.c