Re: [PATCH V3 3/8] use vfs __set_page_dirty interface instead of doing it inside filesystem

2012-12-27 Thread Kamezawa Hiroyuki
(2012/12/26 2:24), Sha Zhengju wrote: > From: Sha Zhengju > > Following we will treat SetPageDirty and dirty page accounting as an > integrated > operation. Filesystems had better use vfs interface directly to avoid those > details. > > Signed-off-by: Sha Zhengju > Acked-by: Sage Weil

Re: [PATCH V3 3/8] use vfs __set_page_dirty interface instead of doing it inside filesystem

2012-12-27 Thread Kamezawa Hiroyuki
(2012/12/26 2:24), Sha Zhengju wrote: From: Sha Zhengju handai@taobao.com Following we will treat SetPageDirty and dirty page accounting as an integrated operation. Filesystems had better use vfs interface directly to avoid those details. Signed-off-by: Sha Zhengju

[PATCH V3 3/8] use vfs __set_page_dirty interface instead of doing it inside filesystem

2012-12-25 Thread Sha Zhengju
From: Sha Zhengju Following we will treat SetPageDirty and dirty page accounting as an integrated operation. Filesystems had better use vfs interface directly to avoid those details. Signed-off-by: Sha Zhengju Acked-by: Sage Weil --- fs/buffer.c |3 ++- fs/ceph/addr.c

[PATCH V3 3/8] use vfs __set_page_dirty interface instead of doing it inside filesystem

2012-12-25 Thread Sha Zhengju
From: Sha Zhengju handai@taobao.com Following we will treat SetPageDirty and dirty page accounting as an integrated operation. Filesystems had better use vfs interface directly to avoid those details. Signed-off-by: Sha Zhengju handai@taobao.com Acked-by: Sage Weil s...@inktank.com ---