Hi! > > The previous patch had missing changes in Makefile and ftest04.c. > > Fixed patch (that was tested on ltp cvs checkout) is attched. > > > > Signed-off-by: Cyril Hrubis chrubis@suse.cz > > This Fixes the earlier issues, but introduced a new one. > > # make > will work fine, but > # make -j4 > will not, > > because, > > ltp/testcases/kernel/fs/ftest/libftest.o > > may not have been created when: > > # gcc ... libftest.o ftest01.c > or, > # gcc ... libftest.o ftest02.c > Attached patch should fix this. Signed-off-by: Cyril Hrubis chrubis@suse.cz -- Cyril Hrubis chrubis@suse.cz