I had removed linvfs_delete_inode and pointed the delete_inode method
at linux's clear_inode(), but as Christoph pointed out, removing the
delete_inode method will accomplish the same thing; the VFS calls clear_inode()
if there is no delete_inode method.
Date: Tue Jun 11 06:34:59 PDT 2002
Workarea:
stout.americas.sgi.com:/localhome/src/sandeen/2.4.x-xfs/workarea-alwaysclean
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:121209a
linux/fs/xfs/linux/xfs_super.c - 1.177
- Just remove delete_inode altogether; VFS will call clear_inode if
it's not there
|