On Tue, 07 Jan 2020 13:14:20 +0100
Christian Schoenebeck wrote:
> On Montag, 6. Januar 2020 19:24:11 CET Daniel Henrique Barboza wrote:
> > 'out' label in v9fs_xattr_write() and 'out_nofid' label in
> > v9fs_complete_rename() can be replaced by appropriate return
> > calls.
> >
> > CC: Greg Kurz
On Montag, 6. Januar 2020 19:24:11 CET Daniel Henrique Barboza wrote:
> 'out' label in v9fs_xattr_write() and 'out_nofid' label in
> v9fs_complete_rename() can be replaced by appropriate return
> calls.
>
> CC: Greg Kurz
> Signed-off-by: Daniel Henrique Barboza
> ---
> hw/9pfs/9p.c | 9 +++-
'out' label in v9fs_xattr_write() and 'out_nofid' label in
v9fs_complete_rename() can be replaced by appropriate return
calls.
CC: Greg Kurz
Signed-off-by: Daniel Henrique Barboza
---
hw/9pfs/9p.c | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/hw/9pfs/9p.c b/hw/9pf