]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MAINTAINERS: BCACHE: Kent Overstreet has changed email address
authorJoe Perches <joe@perches.com>
Tue, 30 Jun 2015 21:59:54 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 1 Jul 2015 02:45:01 +0000 (19:45 -0700)
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>
MAINTAINERS
drivers/md/bcache/journal.c

index 67afc4de50ceab2b476d5e0bcfaf0486a3f7e96d..79faf013c2ba43af2372b33959defee2c3ec5fb8 100644 (file)
@@ -2026,10 +2026,10 @@ S:      Maintained
 F:     drivers/net/hamradio/baycom*
 
 BCACHE (BLOCK LAYER CACHE)
-M:     Kent Overstreet <kmo@daterainc.com>
+M:     Kent Overstreet <kent.overstreet@gmail.com>
 L:     linux-bcache@vger.kernel.org
 W:     http://bcache.evilpiepirate.org
-S:     Maintained:
+S:     Maintained
 F:     drivers/md/bcache/
 
 BDISP ST MEDIA DRIVER
index fe080ad0e55841e5c95bfcb3dcf3a0f1a703b76c..ce64fc8512518c6bff63b9a551d931341aaf6f84 100644 (file)
@@ -157,7 +157,7 @@ int bch_journal_read(struct cache_set *c, struct list_head *list)
 
        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;