On Tue, Aug 26, 2003 at 11:37:42PM -0600, Donald Thompson wrote: > 2.4.22 kernel builds fail for me with 'undefined reference to `DQUOT_SYNC'' > when it attempts to link to produce vmlinux . Looks like the definition > for DQUOT_SYNC in include/linux/quotaops.h changed from: > > #define DQUOT_SYNC(dev) sync_dquots(dev, -1) > > To: > > #define DQUOT_SYNC_DEV(dev) sync_dquots_dev(dev, -1) > > in kernel 2.4.22 from 2.4.21. Can someone who knows better than I confirm > that it should be safe to change the reference in the VFS patch, repatch, > and rebuild? yes from the quota perspective, its perfectly okay to do this change ... it was renamed in 2.4.22-pre4/pre5 where the new quota stuff got in ... HTH, Herbert > -Don > > _______________________________________________ > linux-lvm mailing list > linux-lvm@sistina.com > http://lists.sistina.com/mailman/listinfo/linux-lvm > read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/ _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/