Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1687000
| From | Jaegeuk Kim <jaegeuk@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] f2fs: include seq_file.h for sysfs.c |
| Date | 2017-07-14 03:10 +0200 |
| Message-ID | <u2Xhf-4Dh-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch includes seq_file.h to avoid compile error. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> --- fs/f2fs/sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/f2fs/sysfs.c b/fs/f2fs/sysfs.c index 9adc202fcd6f..71191d89917d 100644 --- a/fs/f2fs/sysfs.c +++ b/fs/f2fs/sysfs.c @@ -11,6 +11,7 @@ */ #include <linux/proc_fs.h> #include <linux/f2fs_fs.h> +#include <linux/seq_file.h> #include "f2fs.h" #include "segment.h" -- 2.13.0.rc1.294.g07d810a77f-goog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] f2fs: include seq_file.h for sysfs.c Jaegeuk Kim <jaegeuk@kernel.org> - 2017-07-14 03:10 +0200
Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c Chao Yu <chao@kernel.org> - 2017-07-17 16:30 +0200
Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c Jaegeuk Kim <jaegeuk@kernel.org> - 2017-07-17 19:00 +0200
Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c Chao Yu <yuchao0@huawei.com> - 2017-07-18 03:30 +0200
csiph-web