Re: [PATCH] f2fs: fix a build failure due to missing the kobject header

2013-08-08 Thread Namjae Jeon
2013/8/8, Jaegeuk Kim : > This patch should resolve the following error reported by kbuild test > robot. > > All error/warnings: > >In file included from fs/f2fs/dir.c:13:0: >>> fs/f2fs/f2fs.h:435:17: error: field 's_kobj' has incomplete type > struct kobject s_kobj; > > The

[PATCH] f2fs: fix a build failure due to missing the kobject header

2013-08-08 Thread Jaegeuk Kim
This patch should resolve the following error reported by kbuild test robot. All error/warnings: In file included from fs/f2fs/dir.c:13:0: >> fs/f2fs/f2fs.h:435:17: error: field 's_kobj' has incomplete type struct kobject s_kobj; The failure was caused by missing the kobject

[PATCH] f2fs: fix a build failure due to missing the kobject header

2013-08-08 Thread Jaegeuk Kim
This patch should resolve the following error reported by kbuild test robot. All error/warnings: In file included from fs/f2fs/dir.c:13:0: fs/f2fs/f2fs.h:435:17: error: field 's_kobj' has incomplete type struct kobject s_kobj; The failure was caused by missing the kobject header

Re: [PATCH] f2fs: fix a build failure due to missing the kobject header

2013-08-08 Thread Namjae Jeon
2013/8/8, Jaegeuk Kim jaegeuk@samsung.com: This patch should resolve the following error reported by kbuild test robot. All error/warnings: In file included from fs/f2fs/dir.c:13:0: fs/f2fs/f2fs.h:435:17: error: field 's_kobj' has incomplete type struct kobject s_kobj;