diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2025-08-26 15:09:48 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2025-09-05 09:11:28 +0200 |
commit | ebbe7d7bb1eae4db32554562f0e228824ab1f135 (patch) | |
tree | 96072864b92e6fd2097938b0b261514b79a20d33 /net/unix/af_unix.c | |
parent | 3f29d59e92a96d843c2ff10ebfed92ac26878658 (diff) |
mm: fix lockdep issues in writeback handling
Commit 2841808f35ee ("mm: remove BDI_CAP_WRITEBACK_ACCT") removed
BDI_CAP_WRITEBACK_ACCT flag and refactored code that depend on it.
Unfortunately it also moved some variable intialization out of guarded
scope in writeback handling, what triggers a true lockdep warning. Fix
this by moving initialization to the proper place.
Fixes: 2841808f35ee ("mm: remove BDI_CAP_WRITEBACK_ACCT")
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Joanne Koong <joannelkoong@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions