xfs
[Top] [All Lists]

TAKE - Fix xqm & kdb interaction

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - Fix xqm & kdb interaction
From: Nathan Scott <nathans@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Jun 2002 16:15:57 +1000 (EST)
Sender: owner-linux-xfs@xxxxxxxxxxx
Date:  Wed Jun 19 21:51:39 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:  xfs-cmds:slinx:122030a
cmd/xfsprogs/include/xfs_cap.h - 1.1
cmd/xfsprogs/include/xfs_mac.h - 1.1
cmd/xfsprogs/include/xfs_acl.h - 1.1
cmd/xfsprogs/doc/CHANGES - 1.70
cmd/xfsprogs/include/xfs_bit.h - 1.9
cmd/xfsprogs/include/libxfs.h - 1.14
cmd/xfsprogs/include/xfs_rtalloc.h - 1.6
cmd/xfsprogs/include/Makefile - 1.12
cmd/xfsprogs/include/xfs_cred.h - 1.12
cmd/xfsprogs/include/xfs_quota.h - 1.8
cmd/xfsprogs/repair/attr_repair.c - 1.12
cmd/xfsprogs/libxfs/xfs_rtalloc.c - 1.10
cmd/xfstests/tools/srcdiff - 1.19
        - minor reorg of some bits of code to match kernel changes, no biggie.

cmd/xfsdump/debian/changelog - 1.23
cmd/xfsprogs/debian/changelog - 1.46
        - bump to latest version.


Date:  Wed Jun 19 22:33:04 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:122032a
linux/fs/xfs/xfs_acl.h - 1.15
        - move data structure and macro declarations close to the code
          implementing them.

linux/fs/xfs/xfs_cap.h - 1.1
linux/fs/xfs/xfs_mac.h - 1.3
        - move data structure and macro declarations close to the code
          (not yet) implementing them.

linux/fs/xfs/xfs_trans_dquot.c - 1.36
        - make xfs_trans_mod_dquot_byino a void function, nothing wants an
          rval here.

linux/fs/xfs/xfsidbg.c - 1.186
        - fix quota manager data structure so that kdb module can get at
          it correctly.

linux/fs/xfs/xfs_bit.h - 1.13
        - remove a func decl for a func not in xfs_bit.c.

linux/fs/xfs/xfs_vnodeops.c - 1.531
        - xfs_trans_mod_dquot_byino is now void, don't cast to void.

linux/fs/xfs/xfsquotasstubs.c - 1.16
        - no longer need this - we compile away this stuff now rather than
          having stubs.  file removed.

linux/fs/xfs/xfs_rtalloc.h - 1.21
        - remove some non-existent func decls.  remove xfsrtstubs.c stubs.

linux/fs/xfs/xfs_rtalloc.c - 1.73
        - fix offsets for xfs_bit_t's and xfs_daddr_t's.

linux/fs/xfs/Makefile - 1.143
        - rework the quota and rt stub files so that we don't create a bunch
          of small functions, instead we just define them away via headers.
          add hook for cap.

linux/fs/xfs/xfsrtstubs.c - 1.13
        - no longer need this - we compile away this stuff now rather than
          having stubs.  file removed.

linux/fs/xfs/xfs_vfsops.c - 1.354
        - fix quota manager data structure so that kdb module can get at it
          correctly.  fix a couple of compiler warnings Keith pointed out.

linux/fs/xfs/xfs_rtbit.c - 1.12
        - this function has been subsumed by xfs_rtalloc, the only user of it.
          file removed.

linux/fs/xfs/xfs_qm.h - 1.23
linux/fs/xfs/xfs_qm.c - 1.77
        - fix quota manager data structure so that kdb module can get at it
          correctly.

linux/fs/xfs/xfs_fsops.h - 1.21
        - remove a func decl for a func not in xfs_fsops.c.

linux/fs/xfs/xfs_quota.h - 1.27
        - remove some non-existent func decls.  remove xfsquotastubs.c stubs.

linux/fs/xfs/linux/xfs_globals.c - 1.28
linux/fs/xfs/linux/Makefile - 1.53
        - fix quota manager data structure so that kdb module can get at it
          correctly.

linux/fs/xfs/linux/xfs_cred.h - 1.16
        - split this out into acl.h, cap.h and mac.h to keep the ondisk data
          structs with the code implementing them.  this file should go away
          eventually.

linux/fs/xfs/linux/xfs_cred.c - 1.10
        - comment out some of the unused fields in struct cred for now.

linux/fs/xfs/linux/xfs_globals.h - 1.9
        - fix quota manager data structure so that kdb module can get at it
          correctly.

linux/fs/xfs/Makefile.in - 1.17
        - rework the quota and rt stub files so that we don't create a bunch
          of small functions, instead we just define them away via headers.
          add hook for cap.

linux/fs/xfs/linux/Makefile.in - 1.7
        - fix quota manager data structure so that kdb module can get at it
          correctly.  remove leftover reference to grio code.


<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - Fix xqm & kdb interaction, Nathan Scott <=