aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/ubd_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/drivers/ubd_kern.c')
-rw-r--r--arch/um/drivers/ubd_kern.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_kern.c
index eed95dc356e0..3e3bb22c3ce8 100644
--- a/arch/um/drivers/ubd_kern.c
+++ b/arch/um/drivers/ubd_kern.c
@@ -174,8 +174,8 @@ struct ubd {
174 __u64 size; 174 __u64 size;
175 struct openflags boot_openflags; 175 struct openflags boot_openflags;
176 struct openflags openflags; 176 struct openflags openflags;
177 int shared; 177 unsigned shared:1;
178 int no_cow; 178 unsigned no_cow:1;
179 struct cow cow; 179 struct cow cow;
180 struct platform_device pdev; 180 struct platform_device pdev;
181}; 181};