On Thu, 2009-07-30 at 12:59 +0200, Michal Simek wrote: > Hi Matt, > > Attached is a patch to skip testcases fcntl24, fcntl25 and fcntl26 if > > the host is running on tmpfs. The reason being that, as documented here > > http://bugzilla.kernel.org/show_bug.cgi?id=13626, F_SETLEASE and F_WRLCK > > cannot work on tmpfs.
Thanks for this patch, except that it does not have a Signed-off-by: Matt Fleming <[email protected]>, though i have added the same in CVS log message: http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/kernel/syscalls/fcntl/fcntl24.c?view=log, http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/kernel/syscalls/fcntl/fcntl25.c?view=log, http://ltp.cvs.sourceforge.net/viewvc/ltp/ltp/testcases/kernel/syscalls/fcntl/fcntl26.c?view=log, > > > I tested it and works. The same issue is for RAMFS. But for this fs in > necessary to create > tst_is_cwd_ramfs function. Maybe worth to add together > tst_is_cwd_tmpfs.c and tst_cwd_has_free.c too. Thanks Michal for testing this. Regards-- Subrata > > Regards, > Michal > > > > > ------------------------------------------------------------------------ > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and deployment - and focus > > on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Ltp-list mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/ltp-list > > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
