Re: [PATCH 08/10] fs: move the buffer_heads_over_limit stub to buffer_head.h

2020-06-22 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

Re: [PATCH 08/10] fs: move the buffer_heads_over_limit stub to buffer_head.h

2020-06-20 Thread Bart Van Assche
On 2020-06-20 00:16, Christoph Hellwig wrote: > Move the !CONFIG_BLOCK stub to the same place as the non-stub > declaration. Reviewed-by: Bart Van Assche

[PATCH 08/10] fs: move the buffer_heads_over_limit stub to buffer_head.h

2020-06-20 Thread Christoph Hellwig
Move the !CONFIG_BLOCK stub to the same place as the non-stub declaration. Signed-off-by: Christoph Hellwig --- include/linux/blkdev.h | 1 - include/linux/buffer_head.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index