Displaying 1 result from an estimated 1 matches for "kdybi".
Did you mean:
kdyby
2006 Jul 13
1
xfs quota support
Hello,
quota support is out of action on xfs filesystem on my centos 4.x .
Problem is that i haven't these file #include <linux/dqblk_xfs.h> on my
system.
Solution is simple. After instalation xfsprogs-devel you get necessary
files, but you must use another header file in
dovecot/src/plugins/quota/quota-fs.c. Instead <linux/dqblk_xfs.h> you
should use <xfs/xqm.h>.