Re: [f2fs-dev] [PATCH v2] f2fs: fix null page reference in redirty_blocks

2021-01-05 Thread Daeho Jeong
Thanks for the notice~ 2021년 1월 6일 (수) 오전 10:04, Chao Yu 님이 작성: > > Daeho, > > FYI > > https://www.spinics.net/lists/kernel/msg3595944.html > > On 2021/1/5 20:04, Markus Elfring wrote: > >> Fixed null page reference when find_lock_page() fails in > >> redirty_blocks(). > > > > I suggest to choose

Re: [f2fs-dev] [PATCH v2] f2fs: fix null page reference in redirty_blocks

2021-01-05 Thread Chao Yu
Daeho, FYI https://www.spinics.net/lists/kernel/msg3595944.html On 2021/1/5 20:04, Markus Elfring wrote: Fixed null page reference when find_lock_page() fails in redirty_blocks(). I suggest to choose an other imperative wording for this change description. See also:

Re: [f2fs-dev] [PATCH v2] f2fs: fix null page reference in redirty_blocks

2021-01-05 Thread Daeho Jeong
Got it~ Thanks, 2021년 1월 5일 (화) 오후 9:06, Markus Elfring 님이 작성: > > > Fixed null page reference when find_lock_page() fails in > > redirty_blocks(). > > I suggest to choose an other imperative wording for this change description. > > See also: >

Re: [f2fs-dev] [PATCH v2] f2fs: fix null page reference in redirty_blocks

2021-01-04 Thread Chao Yu
On 2021/1/5 12:16, Daeho Jeong wrote: From: Daeho Jeong Fixed null page reference when find_lock_page() fails in redirty_blocks(). Signed-off-by: Daeho Jeong Reported-by: Colin Ian King Fixes: 5fdb322ff2c2 ("f2fs: add F2FS_IOC_DECOMPRESS_FILE and F2FS_IOC_COMPRESS_FILE") Reviewed-by: