Re: [PATCH v5] fat: editions to support fat_fallocate

2013-04-23 Thread OGAWA Hirofumi
Namjae Jeon writes: >> BTW, I don't intend to send this patch into Linus until I have >> heard from hirofumi. Please let me know if he has already reviewed >> and acked it? > Thanks Andrew for updating. > We do not have ACK mail from OGAWA yet, even though he reviewed but > final ACK is pending.

Re: [PATCH v5] fat: editions to support fat_fallocate

2013-04-22 Thread Namjae Jeon
2013/4/23, Andrew Morton : > On Thu, 18 Apr 2013 22:54:15 +0900 Namjae Jeon > wrote: > >> Change Log: >> v5: change to avoid compilation warning: >> fs/fat/inode.c: In function 'fat_zero_falloc_area': >> >> fs/fat/inode.c:169:11: warning: comparison of distinct pointer >> types lacks a cast [ena

Re: [PATCH v5] fat: editions to support fat_fallocate

2013-04-22 Thread Andrew Morton
On Thu, 18 Apr 2013 22:54:15 +0900 Namjae Jeon wrote: > Change Log: > v5: change to avoid compilation warning: > fs/fat/inode.c: In function 'fat_zero_falloc_area': > >> fs/fat/inode.c:169:11: warning: comparison of distinct pointer > types lacks a cast [enabled by default] The patch does more

[PATCH v5] fat: editions to support fat_fallocate

2013-04-18 Thread Namjae Jeon
From: Namjae Jeon Implement preallocation via the fallocate syscall on VFAT partitions. Change Log: v5: change to avoid compilation warning: fs/fat/inode.c: In function 'fat_zero_falloc_area': >> fs/fat/inode.c:169:11: warning: comparison of distinct pointer types lacks a cast [enabled by defa