~psusi/ubuntu/natty/parted/fix-dmraid

« back to all changes in this revision

Viewing changes to libparted/fs/xfs/platform_defs.h

  • Committer: Colin Watson
  • Date: 2010-08-05 21:06:19 UTC
  • mfrom: (7.2.9 sid)
  • Revision ID: cjwatson@canonical.com-20100805210619-f9ld2tuntueagfeo
* Resynchronise with Debian.  Remaining changes:
  - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a
    protective MBR.
  - Add -fno-stack-protector on sparc.
  - loop-partitions.dpatch: Loop devices can only have one partition, so
    don't generate device names such as "/dev/loop0p1".
  - udevadm-settle.dpatch: Run 'udevadm settle' either side of rereading
    the partition table, to avoid a variety of races.
  - dmraid.dpatch: Ensure that device-mapper devices for dmraid arrays do
    not have extra nodes created needlessly, as well as making sure that
    partition nodes for dmraid devices are not probed.
  - loop-limits.patch: Remove limits on loop labels.
  - fix-dmraid-regression.path: Reverse upstream change that broke
    installation on dmraid disks for lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
# define constpp        char * const *
52
52
#endif
53
53
 
54
 
#ifdef __sparc__
55
 
# ifndef O_DIRECT
56
 
#  define O_DIRECT      0x100000
57
 
# endif
58
 
#endif
59
 
 
60
54
typedef loff_t          xfs_off_t;
61
55
typedef uint64_t        xfs_ino_t;
62
56
typedef uint32_t        xfs_dev_t;