Re: [PATCH 3/4] 9pfs: Fix filesystem to wait for stable page writeback

2012-12-17 Thread Jan Kara
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 Looks good. Also UBIFS and OCFS2 seem to need similar treatment. Patches attached...

[PATCH 3/4] 9pfs: Fix filesystem to wait for stable page writeback

2012-12-13 Thread Darrick J. Wong
Fix up the ->page_mkwrite handler to provide stable page writes if necessary. Signed-off-by: Darrick J. Wong --- 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.

[PATCH 3/4] 9pfs: Fix filesystem to wait for stable page writeback

2012-11-20 Thread Darrick J. Wong
Fix up the ->page_mkwrite handler to provide stable page writes if necessary. Signed-off-by: Darrick J. Wong --- 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..a2d3e2f 100644 --- a/fs/9p/vfs_file.c +++ b/fs/9p/vfs_file.