Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c

2017-07-17 Thread Chao Yu
On 2017/7/18 0:55, Jaegeuk Kim wrote: > On 07/17, Chao Yu wrote: >> Hi Jaegeuk, >> >> On 2017/7/14 9:01, Jaegeuk Kim wrote: >>> This patch includes seq_file.h to avoid compile error. >> >> I didn't hit the error, I guess that's because we have included f2fs_fs.h >> in sysfs.c, the inclusion

Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c

2017-07-17 Thread Chao Yu
On 2017/7/18 0:55, Jaegeuk Kim wrote: > On 07/17, Chao Yu wrote: >> Hi Jaegeuk, >> >> On 2017/7/14 9:01, Jaegeuk Kim wrote: >>> This patch includes seq_file.h to avoid compile error. >> >> I didn't hit the error, I guess that's because we have included f2fs_fs.h >> in sysfs.c, the inclusion

Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c

2017-07-17 Thread Jaegeuk Kim
On 07/17, Chao Yu wrote: > Hi Jaegeuk, > > On 2017/7/14 9:01, Jaegeuk Kim wrote: > > This patch includes seq_file.h to avoid compile error. > > I didn't hit the error, I guess that's because we have included f2fs_fs.h > in sysfs.c, the inclusion relation is like this: > - sysfs.c > - f2fs_fs.h

Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c

2017-07-17 Thread Jaegeuk Kim
On 07/17, Chao Yu wrote: > Hi Jaegeuk, > > On 2017/7/14 9:01, Jaegeuk Kim wrote: > > This patch includes seq_file.h to avoid compile error. > > I didn't hit the error, I guess that's because we have included f2fs_fs.h > in sysfs.c, the inclusion relation is like this: > - sysfs.c > - f2fs_fs.h

Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c

2017-07-17 Thread Chao Yu
Hi Jaegeuk, On 2017/7/14 9:01, Jaegeuk Kim wrote: > This patch includes seq_file.h to avoid compile error. I didn't hit the error, I guess that's because we have included f2fs_fs.h in sysfs.c, the inclusion relation is like this: - sysfs.c - f2fs_fs.h - pagemap.h - fs.h - struct

Re: [f2fs-dev] [PATCH] f2fs: include seq_file.h for sysfs.c

2017-07-17 Thread Chao Yu
Hi Jaegeuk, On 2017/7/14 9:01, Jaegeuk Kim wrote: > This patch includes seq_file.h to avoid compile error. I didn't hit the error, I guess that's because we have included f2fs_fs.h in sysfs.c, the inclusion relation is like this: - sysfs.c - f2fs_fs.h - pagemap.h - fs.h - struct

[PATCH] f2fs: include seq_file.h for sysfs.c

2017-07-13 Thread Jaegeuk Kim
This patch includes seq_file.h to avoid compile error. Signed-off-by: Eric Biggers Signed-off-by: Jaegeuk Kim --- 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

[PATCH] f2fs: include seq_file.h for sysfs.c

2017-07-13 Thread Jaegeuk Kim
This patch includes seq_file.h to avoid compile error. Signed-off-by: Eric Biggers Signed-off-by: Jaegeuk Kim --- 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 +++