]> asedeno.scripts.mit.edu Git - linux.git/commit
afs: switch to use of ->free_inode()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 10 Apr 2019 19:05:06 +0000 (15:05 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 May 2019 02:43:26 +0000 (22:43 -0400)
commit51b9fe48c411be92b73551cfe2a0c0d466662d06
tree76af5b479b6a1512128fc65b128c45e6d26a123c
parent53e228299965fff2359857e5c592eadba65d95a9
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>
fs/afs/super.c