hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/dlm/user.c
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.
3
- *
4
- * This copyrighted material is made available to anyone wishing to use,
5
- * modify, copy, or redistribute it subject to the terms and conditions
6
- * of the GNU General Public License v.2.
74 */
85
96 #include <linux/miscdevice.h>
....@@ -49,7 +46,7 @@
4946 __u32 bastaddr;
5047 __u32 lksb;
5148 char lvb[DLM_USER_LVB_LEN];
52
- char name[0];
49
+ char name[];
5350 };
5451
5552 struct dlm_write_request32 {