| commit | 4e715744bf7b4e5521cc3b77f310060f862cb719 | [log] [tgz] |
|---|---|---|
| author | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Oct 02 01:55:32 2025 +0000 |
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Oct 03 03:16:10 2025 +0000 |
| tree | 052565c5285a47f57648a1738cfd7593fa12fbeb | |
| parent | edf7e9040fc52c922db947f9c6c36f07377c52ea [diff] |
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>