qnx6: don't bother with ->i_dentry in inode-freeing callback
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 9 Jun 2012 15:49:04 +0000 (11:49 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:32:48 +0000 (16:32 +0400)
commit63a44583f3a4408b902a3d7ba18b4ab13d1309ab
tree8e65c8c823d8eb35ff92252931cc6dfa5946932c
parent6ce6e24e72233073c8ead9419fc5040d44803dae
qnx6: don't bother with ->i_dentry in inode-freeing callback

we'll initialize it in inode_init_always() when we allocate that
object again.

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