summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/journal_types.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-11-03 22:33:32 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:09:16 -0400
commit0e030f5e2014bf9a33e977820cf64fce4258cf1d (patch)
treef9c25cb4a721ce51518a134380ac09bb78a1507a /fs/bcachefs/journal_types.h
parent3e52c22255143bb86860abf26ef29a077ac30314 (diff)
downloadlinux-stable-0e030f5e2014bf9a33e977820cf64fce4258cf1d.tar.gz
linux-stable-0e030f5e2014bf9a33e977820cf64fce4258cf1d.tar.bz2
linux-stable-0e030f5e2014bf9a33e977820cf64fce4258cf1d.zip
bcachefs: Kill journal buf bloom filter
This was used for recording which inodes have been modified by in flight journal writes, but was broken and has been superceded. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'fs/bcachefs/journal_types.h')
-rw-r--r--fs/bcachefs/journal_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/bcachefs/journal_types.h b/fs/bcachefs/journal_types.h
index 0647a53eb35c..0fc6569ef149 100644
--- a/fs/bcachefs/journal_types.h
+++ b/fs/bcachefs/journal_types.h
@@ -34,8 +34,6 @@ struct journal_buf {
bool noflush; /* write has already been kicked off, and was noflush */
bool must_flush; /* something wants a flush */
bool separate_flush;
- /* bloom filter: */
- unsigned long has_inode[1024 / sizeof(unsigned long)];
};
/*