The patch titled Subject: MAINTAINERS: BCACHE: Kent Overstreet has changed email address has been removed from the -mm tree. Its filename was maintainers-bcache-kent-overstreet-has-changed-email-address.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Joe Perches <joe@xxxxxxxxxxx> Subject: MAINTAINERS: BCACHE: Kent Overstreet has changed email address Kent's email address in MAINTAINERS seems to be invalid. This was his last sign-off address, so use that if appropriate. Fix the S: status entry while there. Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: Kent Overstreet <kent.overstreet@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 4 ++-- drivers/md/bcache/journal.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff -puN MAINTAINERS~maintainers-bcache-kent-overstreet-has-changed-email-address MAINTAINERS --- a/MAINTAINERS~maintainers-bcache-kent-overstreet-has-changed-email-address +++ a/MAINTAINERS @@ -2026,10 +2026,10 @@ S: Maintained F: drivers/net/hamradio/baycom* BCACHE (BLOCK LAYER CACHE) -M: Kent Overstreet <kmo@xxxxxxxxxxxxx> +M: Kent Overstreet <kent.overstreet@xxxxxxxxx> L: linux-bcache@xxxxxxxxxxxxxxx W: http://bcache.evilpiepirate.org -S: Maintained: +S: Maintained F: drivers/md/bcache/ BDISP ST MEDIA DRIVER diff -puN drivers/md/bcache/journal.c~maintainers-bcache-kent-overstreet-has-changed-email-address drivers/md/bcache/journal.c --- a/drivers/md/bcache/journal.c~maintainers-bcache-kent-overstreet-has-changed-email-address +++ a/drivers/md/bcache/journal.c @@ -157,7 +157,7 @@ int bch_journal_read(struct cache_set *c for_each_cache(ca, c, iter) { struct journal_device *ja = &ca->journal; - unsigned long bitmap[SB_JOURNAL_BUCKETS / BITS_PER_LONG]; + DECLARE_BITMAP(bitmap, SB_JOURNAL_BUCKETS); unsigned i, l, r, m; uint64_t seq; _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are ocfs2-neaten-do_error-ocfs2_error-and-ocfs2_abort.patch mm-utilc-add-kstrimdup.patch fs-seq_file-convert-int-seq_vprint-seq_printf-etc-returns-to-void.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html