2013/8/8, Jaegeuk Kim <jaegeuk.kim@xxxxxxxxxxx>: > 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 file in dir.c. > So, this patch move the header file to the right location, f2fs.h. > > CC: Namjae Jeon <namjae.jeon@xxxxxxxxxxx> > Signed-off-by: Jaegeuk Kim <jaegeuk.kim@xxxxxxxxxxx> Oops.. Looks good :) Thanks Jaegeuk! > --- -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html