The delete_inode superblock method is supposed to call clear_inode
internally, but our clear_inode & delete_inode methods are functionally
identical, so we were doing things twice on the delete_inode path.
We can just use clear_inode as our delete_inode method (with me so far?)
and when we get down to linvfs_clear_inode, xfs will do the right things
for both paths (delete & clear).
Date: Wed Jun 5 13:59:54 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:120935a
linux/fs/xfs/linux/xfs_super.c - 1.175
- Clean up delete_inode path; just call clear_inode.
|