[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121217101130.GG5133@quack.suse.cz>
Date: Mon, 17 Dec 2012 11:11:30 +0100
From: Jan Kara <jack@...e.cz>
To: "Darrick J. Wong" <darrick.wong@...cle.com>
Cc: axboe@...nel.dk, lucho@...kov.net, jack@...e.cz, ericvh@...il.com,
viro@...iv.linux.org.uk, rminnich@...dia.gov, tytso@....edu,
martin.petersen@...cle.com, neilb@...e.de, david@...morbit.com,
Zheng Liu <gnehzuil.liu@...il.com>,
linux-kernel@...r.kernel.org, hch@...radead.org,
linux-fsdevel@...r.kernel.org, adilger.kernel@...ger.ca,
bharrosh@...asas.com, jlayton@...ba.org,
v9fs-developer@...ts.sourceforge.net, linux-ext4@...r.kernel.org
Subject: Re: [PATCH 3/4] 9pfs: Fix filesystem to wait for stable page
writeback
On Thu 13-12-12 00:08:02, Darrick J. Wong wrote:
> Fix up the ->page_mkwrite handler to provide stable page writes if necessary.
>
> Signed-off-by: Darrick J. Wong <darrick.wong@...cle.com>
Looks good. Also UBIFS and OCFS2 seem to need similar treatment. Patches
attached...
Honza
> ---
> fs/9p/vfs_file.c | 1 +
> 1 file changed, 1 insertion(+)
>
>
> diff --git a/fs/9p/vfs_file.c b/fs/9p/vfs_file.c
> index c2483e9..357260b 100644
> --- a/fs/9p/vfs_file.c
> +++ b/fs/9p/vfs_file.c
> @@ -620,6 +620,7 @@ v9fs_vm_page_mkwrite(struct vm_area_struct *vma, struct vm_fault *vmf)
> lock_page(page);
> if (page->mapping != inode->i_mapping)
> goto out_unlock;
> + wait_for_stable_page(page);
>
> return VM_FAULT_LOCKED;
> out_unlock:
>
--
Jan Kara <jack@...e.cz>
SUSE Labs, CR
View attachment "0001-ocfs2-Wait-for-page-writeback-to-provide-stable-page.patch" of type "text/x-patch" (964 bytes)
View attachment "0002-ubifs-Wait-for-page-writeback-to-provide-stable-page.patch" of type "text/x-patch" (947 bytes)
Powered by blists - more mailing lists