xfs
[Top] [All Lists]

TAKE - quota/dmapi layering rejigged

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - quota/dmapi layering rejigged
From: Nathan Scott <nathans@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Mar 2003 17:17:46 +1100 (EST)
Sender: linux-xfs-bounce@xxxxxxxxxxx
Separates the quota source into its own subdirectory ala dmapi.
Pushes a bunch of quota- and dmapi-specific code down into these
subdirs which previously was compiled into the core XFS code, and
don't descend into these subdirs if options config'd off.

cheers.


Date:  Sun Mar 16 22:02:57 PST 2003
Workarea:  snort.melbourne.sgi.com:/home/nathans/pagebuf

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


Modid:  2.4.x-xfs:slinx:141850a
linux/fs/xfs/quota/xfs_qm_bhv.c - 1.1
linux/fs/xfs/quota/xfs_qm_stats.h - 1.1
linux/fs/xfs/quota/xfs_qm_stats.c - 1.1
linux/fs/xfs/dmapi/dmapi_xfs.c - 1.1
linux/fs/xfs/quota/Makefile - 1.1
linux/fs/xfs/xfs_trans_dquot.c 1.41 renamed to 
linux/fs/xfs/quota/xfs_trans_dquot.c 1.1
linux/fs/xfs/xfsidbg.c - 1.215
linux/fs/xfs/xfs_quota_priv.h 1.24 renamed to 
linux/fs/xfs/quota/xfs_quota_priv.h 1.1
linux/fs/xfs/xfs_vnodeops.c - 1.586
linux/fs/xfs/xfs_dqblk.h - 1.9
linux/fs/xfs/xfs_dmapi.h - 1.35
linux/fs/xfs/Makefile - 1.154
linux/fs/xfs/xfs_qm_syscalls.c 1.74 renamed to 
linux/fs/xfs/quota/xfs_qm_syscalls.c 1.1
linux/fs/xfs/xfs_log_recover.c - 1.260
linux/fs/xfs/xfs_dquot_item.h 1.9 renamed to 
linux/fs/xfs/quota/xfs_dquot_item.h 1.1
linux/fs/xfs/xfs_dquot_item.c 1.34 renamed to 
linux/fs/xfs/quota/xfs_dquot_item.c 1.1
linux/fs/xfs/xfs_vfsops.c - 1.410
linux/fs/xfs/xfs_iget.c - 1.183
linux/fs/xfs/xfs_bmap_btree.c - 1.134
linux/fs/xfs/xfs_dquot.h 1.23 renamed to linux/fs/xfs/quota/xfs_dquot.h 1.1
linux/fs/xfs/xfs_dquot.c 1.74 renamed to linux/fs/xfs/quota/xfs_dquot.c 1.1
linux/fs/xfs/xfs_mount.h - 1.167
linux/fs/xfs/xfs_mount.c - 1.321
linux/fs/xfs/xfs_qm.h 1.27 renamed to linux/fs/xfs/quota/xfs_qm.h 1.1
linux/fs/xfs/xfs_qm.c 1.95 renamed to linux/fs/xfs/quota/xfs_qm.c 1.1
linux/fs/xfs/xfs_trans.c - 1.141
linux/fs/xfs/xfs_utils.c - 1.58
linux/fs/xfs/xfs_bmap.c - 1.301
linux/fs/xfs/xfs_quota.h - 1.30
linux/fs/xfs/xfs_rename.c - 1.48
linux/fs/xfs/xfs_attr.c - 1.102
linux/fs/xfs/linux/xfs_lrw.c - 1.182
linux/fs/xfs/linux/xfs_vfs.c - 1.41
linux/fs/xfs/linux/xfs_globals.c - 1.42
linux/fs/xfs/linux/xfs_file.c - 1.88
linux/fs/xfs/linux/xfs_super.h - 1.40
linux/fs/xfs/linux/xfs_super.c - 1.244
linux/fs/xfs/dmapi/dmapi_private.h - 1.9
linux/fs/xfs/linux/xfs_globals.h - 1.15
linux/fs/xfs/xfs.h - 1.35
linux/fs/xfs/linux/xfs_vfs.h - 1.36
linux/fs/xfs/linux/xfs_stats.c - 1.10
linux/fs/xfs/linux/xfs_stats.h - 1.6
linux/fs/xfs/dmapi/dmapi.h - 1.2
linux/fs/xfs/linux/xfs_iomap.c - 1.7
linux/fs/xfs/xfs_dmops.c - 1.2
linux/fs/xfs/xfs_qmops.c - 1.3
        - Separate the quota source into its own subdirectory ala dmapi.
          Push a bunch of quota- and dmapi-specific code down into these
          subdirs which previously was compiled into the core XFS code,
          and don't descend into these subdirs if options config'd off.

linux/fs/xfs/dmapi/Makefile - 1.19
linux/fs/xfs/dmapi/dmapi_mountinfo.c - 1.13
linux/fs/xfs/dmapi/dmapi_sysent.c - 1.20
        - Trivial cleanup.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - quota/dmapi layering rejigged, Nathan Scott <=