a question about ext4_fsblk_t

2006-10-22 Thread 郭明阳
Hello everyone: I am a student interesting in linux filesystem, I have a problem about the replace of block number type to ext4_fsblk_t. Is it complete? Or has it passed all the test? Because I have found a place like this in linux-2.6.19-rc2/fs/ext4/inode.c +struct

Re: a question about ext4_fsblk_t

2006-10-22 Thread guomingyang
I also find many places where the block number type is not changed in namei.c and dir.c. Why? Thank you to anyone who offer help Hello everyone: I am a student interesting in linux filesystem, I have a problem about the replace of block number type to ext4_fsblk_t. Is

[PATCH] ext4: fix printk format warnings

2006-10-22 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix ext4 printk format warnings: fs/ext4/resize.c:72: warning: long long unsigned int format, __u64 arg (arg 4) fs/ext4/resize.c:76: warning: long long unsigned int format, __u64 arg (arg 4) fs/ext4/resize.c:81: warning: long long unsigned int format, __u64