summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2026-04-27 22:58:52 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-04-27 22:58:52 +0900
commit785bc568161d96fdbd4326294d427a48e66fe60f (patch)
tree3e6067c1643e2112967a44bea518ca5618d0c1fc /include
parentcad7c6f0a5147680dd2081256cf8da54fb445d94 (diff)
ntfs: fix error handling in ntfs_write_iomap_end_resident()
When ntfs_attr_get_search_ctx() fails and returns NULL, the function returned early without calling put_page(ipage). Fix this by jumping to err_out label on error. The err_out path now properly releases the page and the mutex, with a NULL check for the search context. Reported-by: DaeMyung Kang <charsyam@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions