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
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