aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2015-06-30 17:59:54 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2015-06-30 22:45:01 -0400
commitd1aa1ab33dcb0922e9088e37989a6d28d8702540 (patch)
tree3dbb194871822d8cd29ffe74ad3b716d7211c0c2
parent2b0d8f03d8211058babaa2122ccbc58e0f6e9d39 (diff)
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@perches.com> Acked-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--MAINTAINERS4
-rw-r--r--drivers/md/bcache/journal.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 67afc4de50ce..79faf013c2ba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2026,10 +2026,10 @@ S: Maintained
2026F: drivers/net/hamradio/baycom* 2026F: drivers/net/hamradio/baycom*
2027 2027
2028BCACHE (BLOCK LAYER CACHE) 2028BCACHE (BLOCK LAYER CACHE)
2029M: Kent Overstreet <kmo@daterainc.com> 2029M: Kent Overstreet <kent.overstreet@gmail.com>
2030L: linux-bcache@vger.kernel.org 2030L: linux-bcache@vger.kernel.org
2031W: http://bcache.evilpiepirate.org 2031W: http://bcache.evilpiepirate.org
2032S: Maintained: 2032S: Maintained
2033F: drivers/md/bcache/ 2033F: drivers/md/bcache/
2034 2034
2035BDISP ST MEDIA DRIVER 2035BDISP ST MEDIA DRIVER
diff --git a/drivers/md/bcache/journal.c b/drivers/md/bcache/journal.c
index fe080ad0e558..ce64fc851251 100644
--- a/drivers/md/bcache/journal.c
+++ b/drivers/md/bcache/journal.c
@@ -157,7 +157,7 @@ int bch_journal_read(struct cache_set *c, struct list_head *list)
157 157
158 for_each_cache(ca, c, iter) { 158 for_each_cache(ca, c, iter) {
159 struct journal_device *ja = &ca->journal; 159 struct journal_device *ja = &ca->journal;
160 unsigned long bitmap[SB_JOURNAL_BUCKETS / BITS_PER_LONG]; 160 DECLARE_BITMAP(bitmap, SB_JOURNAL_BUCKETS);
161 unsigned i, l, r, m; 161 unsigned i, l, r, m;
162 uint64_t seq; 162 uint64_t seq;
163 163