]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: add "static" to ext4_seq_##name##_fops struct
authorXu Cang <cangxumu@gmail.com>
Thu, 26 Nov 2015 20:52:24 +0000 (15:52 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Nov 2015 20:52:24 +0000 (15:52 -0500)
commit681c46b164d79aaa5d18f7519b39e29f9b441e40
tree6f40cb98cdb7ea89d8b7c5d638c41bcdd049390f
parent5a1c7f47da9b32d0671e776b0f388095b7f91e2e
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>
fs/ext4/sysfs.c