Re: [patch 3/3] fs: fix cont vs deadlock patches

2006-12-01 Thread OGAWA Hirofumi
extended in the case of a write failure somewhere down the track. Ah, unfortunately we can't this. If we don't update -i_size before page_cache_release, pdflush will think these pages is outside -i_size and just clean the page without writing it. -- OGAWA Hirofumi [EMAIL PROTECTED

Re: [patch 3/3] fs: fix cont vs deadlock patches

2006-12-01 Thread OGAWA Hirofumi
OGAWA Hirofumi [EMAIL PROTECTED] writes: Ah, unfortunately we can't this. If we don't update -i_size before page_cache_release, pdflush will think these pages is outside -i_size and just clean the page without writing it. Ugh, of course, s/page_cache_release/unlock_page/ -- OGAWA Hirofumi

Re: [patch 3/3] fs: fix cont vs deadlock patches

2006-11-30 Thread OGAWA Hirofumi
. I found some another users (affs, hfs, hfsplus). Those seem have same problem, but probably those also can use this... What do you think? -- OGAWA Hirofumi [EMAIL PROTECTED] Signed-off-by: OGAWA Hirofumi [EMAIL PROTECTED] --- fs/buffer.c | 59

Re: [patch 3/3] fs: fix cont vs deadlock patches

2006-11-30 Thread OGAWA Hirofumi
also use for non moronic filesystem. In the case of reiserfs, it -prepare_write might be necessary. -- OGAWA Hirofumi [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [patch 3/3] fs: fix cont vs deadlock patches

2006-11-30 Thread OGAWA Hirofumi
Nick Piggin [EMAIL PROTECTED] writes: On Fri, Dec 01, 2006 at 07:14:28AM +0900, OGAWA Hirofumi wrote: quick look. Doesn't this break reiserfs? IIRC, the reiserfs is using it for another reason. I was also working for this, but I lost the thread of this, sorry. I found some another users

Re: [RFC] set MS_NOATIME on FAT ?

2005-03-15 Thread OGAWA Hirofumi
actually DOS updates -adate or not. It would depend on it. Thanks. -- OGAWA Hirofumi [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC] set MS_NOATIME on FAT ?

2005-03-14 Thread OGAWA Hirofumi
. -- OGAWA Hirofumi [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC] set MS_NOATIME on FAT ?

2005-03-14 Thread OGAWA Hirofumi
default options. Thanks. -- OGAWA Hirofumi [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] fat: fix writev(), add aio support

2005-01-25 Thread OGAWA Hirofumi
seems to be not useful for now. However, patch itself looks good. Thanks, I'll submit. -- OGAWA Hirofumi [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-fsdevel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo