Hi Linus, Sending this off now, as I'm not aware of other current bugs, nor do I expect further fixes before 4.1 final. This pull request contains two fixes:
- A fix for a bdi unregister warning that gets spewed on md, due to a regression introduced earlier in this cycle. From Neil Brown. - A fix for a compile warning for NVMe on 32-bit platforms, also a regression introduced in this cycle. From Arnd Bergmann. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Arnd Bergmann (1): NVMe: fix type warning on 32-bit NeilBrown (1): block: discard bdi_unregister() in favour of bdi_destroy() block/genhd.c | 1 - drivers/block/nvme-core.c | 10 ++++++---- include/linux/backing-dev.h | 1 - include/trace/events/writeback.h | 1 - mm/backing-dev.c | 18 +----------------- 5 files changed, 7 insertions(+), 24 deletions(-) -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/