Another round of killing dead code paths in XFS
Date: Tue Jun 18 07:45:50 PDT 2002
Workarea: jen.americas.sgi.com:/src/lord/xfs-linux.2.4
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:121850a
linux/include/linux/fs.h - 1.149
- remove include of xfs_sb info
linux/fs/xfs/xfs_dmapi.c - 1.60
- remove need for covered vnode pointer in mount event path
linux/fs/xfs/xfs_vfsops.c - 1.352
- remove unneeded check for a directory
linux/fs/xfs/xfs_inode.c - 1.340
linux/fs/xfs/xfs_inode.h - 1.161
- remove xfs_get_inode - not called
linux/fs/xfs/linux/xfs_vfs.c - 1.35
- remove vfs_busydev - not used
linux/fs/xfs/linux/xfs_fs_subr.c - 1.31
- call into linux buffer cache functions directly rather than
via pagebuf.
linux/fs/xfs/linux/xfs_super.h - 1.22
- define LINVFS_GET_VFS and LINVFS_SET_VFS here to use the generic_sbp
pointer.
linux/fs/xfs/linux/xfs_super.c - 1.180
- Remove covered vnode pointer - we do not need it
linux/include/linux/xfs_fs_sb.h - 1.7
- file no longer needed
linux/fs/xfs/linux/xfs_vfs.h - 1.18
- remove vfs_busydev - not used
linux/fs/xfs/pagebuf/page_buf_io.c - 1.46
- kill pagebuf_flush, pagebuf_inval and pagebuf_flushinval
linux/fs/xfs/pagebuf/page_buf.c - 1.34
- remove the REMAPPING_SUPPORT #ifdefs, we need this code
linux/fs/xfs/pagebuf/page_buf.h - 1.21
- kill prototypes for pagebuf_flush, pagebuf_inval and
pagebuf_flushinval
|