kernel/fs/dlm/user.c
.. .. @@ -1,9 +1,6 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * 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 conditions6 - * of the GNU General Public License v.2.7 4 */ 8 5 9 6 #include <linux/miscdevice.h> .. .. @@ -49,7 +46,7 @@ 49 46 __u32 bastaddr; 50 47 __u32 lksb; 51 48 char lvb[DLM_USER_LVB_LEN]; 52 - char name[0];49 + char name[];53 50 }; 54 51 55 52 struct dlm_write_request32 {