xfs
[Top] [All Lists]

TAKE - fold VOP_STRATEGY into VOP_BMAP

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - fold VOP_STRATEGY into VOP_BMAP
From: Steve Lord <lord@xxxxxxx>
Date: Fri, 11 Oct 2002 10:29:27 -0500
Sender: linux-xfs-bounce@xxxxxxxxxxx
Cleanup, no functional changes.
merge strategy and bmap calls, they are two aspects of the same
operation.


Date:  Fri Oct 11 08:30:34 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:129728a
linux/fs/xfs/xfs_vnodeops.c - 1.568
        - remove strategy from the vop definitions

linux/fs/xfs/linux/xfs_lrw.h - 1.29
        - remove strategy prototype

linux/fs/xfs/linux/xfs_lrw.c - 1.172
        - call strategy out of bmap

linux/fs/xfs/linux/xfs_vnode.h - 1.66
        - remove VOP_STRATEGY

linux/fs/xfs/linux/xfs_aops.c - 1.8
        - always call VOP_BMAP, make PBF_WRITE and PBF_FILE_ALLOCATE
          seperate flags.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - fold VOP_STRATEGY into VOP_BMAP, Steve Lord <=