Re: [PATCH] fs: include internal.h for missing declarations

2019-10-15 Thread Jan Kara
On Fri 11-10-19 18:00:39, Ben Dooks wrote: > The declarations of __block_write_begin_int and guard_bio_eod > are needed from internal.h so include it to fix the following > sparse warnings: > > fs/buffer.c:1930:5: warning: symbol '__block_write_begin_int' was not > declared. Should it be static?

[PATCH] fs: include internal.h for missing declarations

2019-10-11 Thread Ben Dooks
The declarations of __block_write_begin_int and guard_bio_eod are needed from internal.h so include it to fix the following sparse warnings: fs/buffer.c:1930:5: warning: symbol '__block_write_begin_int' was not declared. Should it be static? fs/buffer.c:2994:6: warning: symbol 'guard_bio_eod' was