xfs
[Top] [All Lists]

TAKE - use new inode allocation methods for xfs

Subject: TAKE - use new inode allocation methods for xfs
From: Steve Lord <lord@xxxxxxx>
Date: Fri, 25 Jan 2002 17:32:47 -0600
Sender: owner-linux-xfs@xxxxxxxxxxx
Take xfs info out of the inode structure and switch to the new
mechanism.

Date:  Fri Jan 25 15:31:26 PST 2002
Workarea:  jen.americas.sgi.com:/src/lord/xfs-linux.2.5

The following file(s) were checked into:
  bonnie.engr.sgi.com:/isms/slinx/2.5.x-xfs


Modid:  2.5.x-xfs:slinx:110319a
linux/include/linux/fs.h - 1.145
        - Remove xfs inode info from inode structure

linux/fs/inode.c - 1.64
        - No longer need to pass gfp flags into icreate and friends for
          xfs, new inode allocate methods take care of this.

linux/fs/xfs/xfsidbg.c - 1.171
linux/fs/xfs/xfs_rw.c - 1.352
linux/fs/xfs/xfs_vnodeops.c - 1.515
linux/fs/xfs/xfs_vfsops.c - 1.333
linux/fs/xfs/xfs_iget.c - 1.149
linux/fs/xfs/xfs_inode.c - 1.325
linux/fs/xfs/linux/xfs_lrw.c - 1.121
linux/fs/xfs/linux/xfs_linux.h - 1.61
linux/fs/xfs/linux/xfs_vnode.c - 1.70
linux/fs/xfs/linux/xfs_fs_subr.c - 1.28
linux/fs/xfs/linux/xfs_super.c - 1.158
linux/fs/xfs/linux/xfs_iops.c - 1.120
        - vnode/inode layout and allocation changed

linux/include/linux/xfs_fs_i.h - 1.7
        - remove this file

linux/include/linux/vnode.h - 1.5
linux/fs/xfs/linux/xfs_vnode.h - 1.25
linux/fs/xfs_dmapi/xfsjunk.c - 1.2
        - vnode/inode layout and allocation changed



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - use new inode allocation methods for xfs, Steve Lord <=