Explorar o código

ext4: add "static" to ext4_seq_##name##_fops struct

to fix sparse warning, add static to ext4_seq_##name##_fops struct.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Xu Cang %!s(int64=9) %!d(string=hai) anos
pai
achega
681c46b164
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fs/ext4/sysfs.c

+ 1 - 1
fs/ext4/sysfs.c

@@ -358,7 +358,7 @@ static int name##_open(struct inode *inode, struct file *file) \
 	return single_open(file, ext4_seq_##name##_show, PDE_DATA(inode)); \
 } \
 \
-const struct file_operations ext4_seq_##name##_fops = { \
+static const struct file_operations ext4_seq_##name##_fops = { \
 	.owner		= THIS_MODULE, \
 	.open		= name##_open, \
 	.read		= seq_read, \