commit | 51b9fe48c411be92b73551cfe2a0c0d466662d06 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Apr 10 15:05:06 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed May 01 22:43:26 2019 -0400 |
tree | 76af5b479b6a1512128fc65b128c45e6d26a123c | |
parent | 53e228299965fff2359857e5c592eadba65d95a9 [diff] |
afs: switch to use of ->free_inode() debugging printks left in ->destroy_inode() and so's the update of inode count; we could take the latter to RCU-delayed part (would take only moving the check on module exit past rcu_barrier() there), but debugging output ought to either stay where it is or go into ->evict_inode() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>