Re: [patch 12/17] vfs: pagecache usage optimization for pagesize!=blocksize

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Hisashi Hifumi
Date: Monday, August 11, 2008 - 8:57 pm

Hi Nick.


I think the same issue that your patch 0ed361dec36945f3116ee
1338638ada9a8920905 "fix PageUptodate data race" pointed out 
is there around buffer_head without my patch "vfs: pagecache usage 
optimization for pagesize!=blocksize".
Because set_buffer_uptodate or buffer_uptodate are used without
distinct locking facility (lock_buffer, or lock_page) in many places,
so it would be needed to deal with memory ordering issue.

Do you add wmb/rmb to BUFFER_FNS macros?



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [patch 12/17] vfs: pagecache usage optimization for p ..., Hisashi Hifumi, (Mon Aug 11, 8:57 pm)