Skip to content

Commit 299aa41

Browse files
author
Jaegeuk Kim
committed
f2fs: include seq_file.h for sysfs.c
This patch includes seq_file.h to avoid compile error. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent c925dc1 commit 299aa41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/f2fs/sysfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*/
1212
#include <linux/proc_fs.h>
1313
#include <linux/f2fs_fs.h>
14+
#include <linux/seq_file.h>
1415

1516
#include "f2fs.h"
1617
#include "segment.h"

0 commit comments

Comments
 (0)