]> git.karo-electronics.de Git - karo-tx-linux.git/commit
9pfs: fix filesystem to wait for stable page writeback
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 7 Feb 2013 01:27:16 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:57 +0000 (16:46 +1100)
commit15541150d34bbe27649568737cfed3672758bcfc
tree6652d05864fd0d4d5e50b73cecf51350871c06bd
parent2b1d15b40390d2bf3152e398486c6bf6e12b530b
9pfs: fix filesystem to wait for stable page writeback

Fix up the ->page_mkwrite handler to provide stable page writes if necessary.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Artem Bityutskiy <dedekind1@gmail.com>
Cc: Jan Kara <jack@suse.cz>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Steven Whitehouse <swhiteho@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@sandia.gov>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/9p/vfs_file.c