* [PATCH] btrfs-progs: fix unknown type name 'u64' in gccgo
@ 2016-03-29 21:34 Julio Montes
  2016-03-31 14:08 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Julio Montes @ 2016-03-29 21:34 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Julio Montes
From: Julio Montes <imc.coder@gmail.com>
Signed-off-by: Julio Montes <imc.coder@gmail.com>
---
 ioctl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ioctl.h b/ioctl.h
index cab9ec2..7c80807 100644
--- a/ioctl.h
+++ b/ioctl.h
@@ -94,7 +94,7 @@ struct btrfs_ioctl_vol_args_v2 {
 	};
 	union {
 		char name[BTRFS_SUBVOL_NAME_MAX + 1];
-		u64 devid;
+		__u64 devid;
 	};
 };
 
-- 
2.1.0
^ permalink raw reply related	[flat|nested] 2+ messages in thread
* Re: [PATCH] btrfs-progs: fix unknown type name 'u64' in gccgo
  2016-03-29 21:34 [PATCH] btrfs-progs: fix unknown type name 'u64' in gccgo Julio Montes
@ 2016-03-31 14:08 ` David Sterba
  0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2016-03-31 14:08 UTC (permalink / raw)
  To: Julio Montes; +Cc: linux-btrfs, Julio Montes
On Tue, Mar 29, 2016 at 03:34:48PM -0600, Julio Montes wrote:
> From: Julio Montes <imc.coder@gmail.com>
> 
> Signed-off-by: Julio Montes <imc.coder@gmail.com>
Applied, thanks.
^ permalink raw reply	[flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-31 14:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-29 21:34 [PATCH] btrfs-progs: fix unknown type name 'u64' in gccgo Julio Montes
2016-03-31 14:08 ` David Sterba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).