xfs
[Top] [All Lists]

TAKE - remove some code from the read/write path

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - remove some code from the read/write path
From: Steve Lord <lord@xxxxxxx>
Date: Mon, 10 Jun 2002 11:44:31 -0500
Sender: owner-linux-xfs@xxxxxxxxxxx
Putting fields into a structure, passing them one level down the
stack and pulling them out again is a little inefficient.

Date:  Mon Jun 10 09:48:00 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:121145a
linux/fs/xfs/xfs_dmapi.c - 1.58
linux/fs/xfs/linux/xfs_lrw.h - 1.23
linux/fs/xfs/linux/xfs_lrw.c - 1.142
linux/fs/xfs/linux/xfs_file.c - 1.63
linux/fs/xfs/linux/xfs_vnode.h - 1.38
linux/fs/xfs/linux/xfs_vfs.h - 1.14
        - kill the use of a uio_t on the read/write path, it was just overhead



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - remove some code from the read/write path, Steve Lord <=