On 19 March 2013 09:48, Dave Chinner <da...@fromorbit.com> wrote: > > Did my strace output help diagnose this bug? > > No, but it's most likely the same problem as fixed in commit > 19473a2ac. Can you add this to quota/quot.c:quot_init(): > > + quot_cmd.flags = CMD_FLAG_GLOBAL; > > And see if the problem goes away? >
I made this change to the version in Debian squeeze. I didn't see any change in behaviour :-( hq ~ # xfs_quota -x -c "quota -N -u brian" /home xfs_quota: cannot find mount point for path `/share/systems': Success xfs_quota: cannot find mount point for path `/share/cs': Success xfs_quota: cannot find mount point for path `/share/cas': Success xfs_quota: cannot find mount point for path `/share/cfcp': Success xfs_quota: cannot find mount point for path `/share/lgs': Success xfs_quota: cannot find mount point for path `/share/common': Success xfs_quota: cannot find mount point for path `/share/summer': Success /dev/mapper/hq-home 3800752 0 0 00 [--------] /home Also tried the same patch against the latest git version, and got the same problem.