• N
    brd: fix cacheflushing · c2572f2b
    Nick Piggin 提交于
    brd is missing a flush_dcache_page. On 2nd thoughts, perhaps it is the
    pagecache's responsibility to flush user virtual aliases (the driver of
    course should flush kernel virtual mappings)... but anyway, there
    already exists cache flushing for one direction of transfer, so we
    should add the other.
    Signed-off-by: NNick Piggin <npiggin@suse.de>
    Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
    c2572f2b
brd.c 13.8 KB