Re: [PATCH for-5.1 1/3] file-posix: Move check_hdev_writable() up

2020-07-17 Thread Max Reitz
On 17.07.20 12:54, Kevin Wolf wrote: > We'll need to call it in raw_open_common(), so move the function to > avoid a forward declaration. > > Signed-off-by: Kevin Wolf > --- > block/file-posix.c | 66 +++--- > 1 file changed, 33 insertions(+), 33 deletions

[PATCH for-5.1 1/3] file-posix: Move check_hdev_writable() up

2020-07-17 Thread Kevin Wolf
We'll need to call it in raw_open_common(), so move the function to avoid a forward declaration. Signed-off-by: Kevin Wolf --- block/file-posix.c | 66 +++--- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/block/file-posix.c b/block/file-p