19 Feb
2007
19 Feb
'07
11:14 p.m.
Am Montag, 19. Februar 2007 21:14 schrieb Timo Sirainen:
Hmm. Does it have _LINUX_QUOTA_VERSION defined to 1? You could check that by eg. adding somewhere to the quota-fs.c code:
#if _LINUX_QUOTA_VERSION == 1 #error yes its 1 #endif
I think the /1024 is correct for 2.6 kernel, or at least I think several people have reported it working correctly.. So if 2.4 kernel is quota version 1, then I'll add #ifdef to not do the /1024 with it.
Kernel 2.4 has indeed quota version 1:
quota-fs.c:333:2: #error yes its 1 make: *** [quota-fs.lo] Fehler 1
I think I will update to 2.6 soon...