Home
last modified time | relevance | path

Searched hist:a0548871 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dsplice.ca0548871 Wed May 03 03:58:22 CDT 2006 Jens Axboe <axboe@suse.de> [PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXIST

This can happen quite easily, if several processes are trying to splice
the same file at the same time. It's not a failure, it just means someone
raced with us in allocating this file page. So just dump the allocated
page and relookup the original.

Signed-off-by: Jens Axboe <axboe@suse.de>
a0548871 Wed May 03 03:58:22 CDT 2006 Jens Axboe <axboe@suse.de> [PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXIST

This can happen quite easily, if several processes are trying to splice
the same file at the same time. It's not a failure, it just means someone
raced with us in allocating this file page. So just dump the allocated
page and relookup the original.

Signed-off-by: Jens Axboe <axboe@suse.de>