Home
last modified time | relevance | path

Searched hist:"5 cfc45321a6d81c2587b38f26187dbe0018c6b04" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/udf/
H A Dinode.cdiff 5cfc45321a6d81c2587b38f26187dbe0018c6b04 Wed Jan 25 03:23:33 CST 2023 Jan Kara <jack@suse.cz> udf: Convert udf_adinicb_writepage() to memcpy_to_page()

Instead of mapping the page manually with kmap() atomic, use helper
memcpy_to_page(). Also delete the pointless SetPageUptodate() call.

Signed-off-by: Jan Kara <jack@suse.cz>