]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
f2fs: add missing dput() when printing the donation list
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 2 Oct 2025 01:55:32 +0000 (01:55 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 3 Oct 2025 03:16:10 +0000 (03:16 +0000)
commit4e715744bf7b4e5521cc3b77f310060f862cb719
tree052565c5285a47f57648a1738cfd7593fa12fbeb
parentedf7e9040fc52c922db947f9c6c36f07377c52ea
f2fs: add missing dput() when printing the donation list

We missed to call dput() on the grabbed dentry.

Fixes: f1a49c1b112b ("f2fs: show the list of donation files")
Reviewed-by: Daeho Jeong <daehojeong@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/sysfs.c