On Mon, Oct 03, 2011 at 12:46:52PM -0400, Daniel Kahn Gillmor wrote:
> On Mon, 3 Oct 2011 12:04:19 -0400, Ted Ts'o <ty...@mit.edu> wrote:
> > Stupid question.  Can you tell me what the sizeof(unsigned long) is on
> > ppc64 and ppc32?   I think that might be the problem...
> 
> 0 abc@tut:~/src/test$ gcc -o test test.c -m32 && ./test
> 4
> 0 abc@tut:~/src/test$ gcc -o test test.c -m64 && ./test
> 8
> 0 abc@tut:~/src/test$ 

Yep, that's the problem.  We're not taking that into account for the
EXT4_IOC_GROUP_EXTENT ioctl, which would explain why we're then
getting the "last group not full" error.  

Hmm... by any chance was there a "will only finish group (dddd blocks,
ddd new)" warning message in the dmesg, before that "last group not
full" error?

                                        - Ted



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to