Minor header reorg to get xfs_lrw.h back into line with other xfs/linux
headers. Allows us to not repeat the xfs_bdstrat_cb function declaration
in several places. Also rename linvfs_set_inode_ops to xfs_set_inodeops
since its an auxillary routine not a linvfs method.
Date: Sun Oct 20 22:01:58 PDT 2002
Workarea: snort.melbourne.sgi.com:/home/nathans/2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:130573a
linux/fs/xfs/xfs_buf.h - 1.94
- Don't use local forward declarations of xfs_bdstrat_cb, get these
from the appropriate header file now.
linux/fs/xfs/xfs_vfsops.c - 1.391
linux/fs/xfs/linux/xfs_super.h - 1.30
linux/fs/xfs/linux/xfs_super.c - 1.219
- Rename linvfs_set_inode_ops to xfs_set_inodeops since its an
auxillary routine not a linvfs method.
linux/fs/xfs/linux/xfs_lrw.h - 1.30
- Fix up forward struct declarations so that this header can be
included in the right spot and so we don't need xfs_bdstrat_cb
forward declarations in other places.
linux/fs/xfs/linux/xfs_linux.h - 1.86
- Add include of xfs_lrw.h, removed from xfs.h - this is a more
consistent spot.
linux/fs/xfs/xfs.h - 1.32
- Remove include of xfs_lrw.h, added it to xfs_linux.h.
|