This changes the ondisk format for XFS quota - like the rest of
XFS, dquots are now big-endian only. If you've been trying out
the usrquota mount option and have quota enabled (use the updated
cmd/quota/repquota -asv to tell), then you'll need to delete your
current quota information (cmd/quota/quotaoff -d) and start again.
User quota seem to be quite functional now, but not group quota at
this stage.
cheers.
Modid: 2.4.x-xfs:slinx:79595a
Date: Thu Nov 30 17:52:45 PST 2000
Workarea: snort:/build4/nathans/quota-xfs
Author: nathans
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
cmd/xfs/db/check.c - 1.59
cmd/xfs/logprint/log_print_all.c - 1.4
linux/fs/xfs/xfs_dquot.c - 1.54
linux/fs/xfs/xfs_dquot_item.c - 1.21
linux/fs/xfs/xfs_log_recover.c - 1.197
linux/fs/xfs/xfs_qm.c - 1.60
linux/fs/xfs/xfs_qm.h - 1.17
linux/fs/xfs/xfs_qm_syscalls.c - 1.49
linux/fs/xfs/xfs_quota_priv.h - 1.16
linux/fs/xfs/xfs_trans_dquot.c - 1.30
linux/fs/xfs/xfsidbg.c - 1.155
- ondisk dquots are now big-endian only.
|