diff options
author | 2024-08-20 05:10:11 +0100 | |
---|---|---|
committer | 2024-09-09 09:41:49 -0400 | |
commit | a8cdf0ff46643305be6ae2d580d140bb3832af39 (patch) | |
tree | b1fc47fa68060b760529b7e5b5b7ecb5f416eccf /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | bcachefs: bch2_time_stats_reset() (diff) | |
download | wireguard-linux-a8cdf0ff46643305be6ae2d580d140bb3832af39.tar.xz wireguard-linux-a8cdf0ff46643305be6ae2d580d140bb3832af39.zip |
bcachefs: Do not check folio_has_private()
folio_has_private() is an attractive nuisance; filesystem authors
generally don't realise that it actually checks two flags (one of which
is never set by bcachefs). There's no need to check the private flag at
all; for folios owned by bcachefs, we know that folio->private is NULL
when the private flag is clear and non-NULL when the private flag is set.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions