xfs
[Top] [All Lists]

TAKE - squash namespace collision, type cleanups

To: linux-xfs@xxxxxxxxxxx
Subject: TAKE - squash namespace collision, type cleanups
From: Nathan Scott <nathans@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 13 Nov 2002 13:35:56 +1100 (EST)
Sender: linux-xfs-bounce@xxxxxxxxxxx
At Steve's prodding, change AT_* to XFS_AT_* to prevent potential
namespace collisions should someone rewrite, say, the module sub-
system and expose us to elf.h.  Move several type declarations to
more appropriate places - ultimately, we should aim to get rid of
all <linux/*.h> (kernel) includes in xfsprogs, this is just some
legwork to get us closer to that goal for the XFS headers we will
always want to share.

cheers.


Date:  Tue Nov 12 18:25:49 PST 2002
Workarea:  snort.melbourne.sgi.com:/home/nathans/linux-xfs

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


Modid:  2.4.x-xfs:slinx:132930a
linux/fs/xfs/xfs_vnodeops.c - 1.572
linux/fs/xfs/xfs_dmapi.c - 1.84
linux/fs/xfs/linux/xfs_file.c - 1.80
linux/fs/xfs/linux/xfs_vnode.c - 1.105
linux/fs/xfs/linux/xfs_iops.c - 1.181
linux/fs/xfs/linux/xfs_ioctl.c - 1.81
linux/fs/xfs/linux/xfs_vnode.h - 1.69
linux/fs/xfs/xfs_acl.c - 1.38
linux/fs/xfs/xfs_cap.c - 1.8
        - Change AT_* to XFS_AT_* to prevent namespace collisions.

linux/fs/xfs/xfs_types.h - 1.63
linux/fs/xfs/linux/xfs_linux.h - 1.93
linux/fs/xfs/xfs.h - 1.33
linux/fs/xfs/support/uuid.h - 1.6
linux/fs/xfs/support/uuid.c - 1.10
linux/fs/xfs/support/time.h - 1.8
linux/fs/xfs/linux/xfs_stats.h - 1.4
linux/fs/xfs/xfs_fs.h - 1.5
        - Move some type declarations into more appropriate places.



<Prev in Thread] Current Thread [Next in Thread>
  • TAKE - squash namespace collision, type cleanups, Nathan Scott <=