[PATCH] splice: partial write fix
authorDmitriy Monakhov <[email protected]>
Thu, 29 Mar 2007 12:24:09 +0000 (14:24 +0200)
committerJens Axboe <[email protected]>
Thu, 29 Mar 2007 12:26:42 +0000 (14:26 +0200)
commitd9993c37ef87c758d4a6e63972395b1cf8a4cb7b
tree0396a035c6905e71b038a24459edff73dcf8c53e
parent190a4408ecb577391ea5fbd1f90148a6992a5756
[PATCH] splice: partial write fix

Currently if partial write has happened while ->commit_write() then page
wasn't marked as accessed and rebalanced.

Signed-off-by: Monakhov Dmitriy <[email protected]>
Cc: Nick Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
fs/splice.c