History log of /external/ltp/testcases/open_posix_testsuite/include/noatime.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4d1552df78b4a6d69b77e97d0f3ef7371c80c7f8 03-Jul-2014 Garrett Cooper <yanegomi@gmail.com> Improve *BSD port again

- Use setpgid instead of setpgrp
- Add *BSD support
- Mute some -Wuninitialized warnings
- Mute some clang warnings
- Add a simple script for printing out the overall run summary

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Sponsored-by: EMC / Isilon Storage Division
/external/ltp/testcases/open_posix_testsuite/include/noatime.h
1c84cdb09319a8ca80ee59fb886cc3532846a0e6 14-May-2014 Cyril Hrubis <chrubis@suse.cz> lib, openposix: Fix mount flags detection code.

The problem is that there are two records for root filesystem in the
/proc/mounts. One real and one dummy that looks like:

rootfs / rootfs rw 0 0

Now the problem is that the code matched the first one that has
incomplete flags and returned wrong results.

Previous attempt to fix this was to ignore all pseudo filesystem that
does have a path to a device in mnt_fsname.

That however excludes tmpfs that is commonly used for /tmp filesystem
nor it works for nfs mounts that starts with IP address.

This patch changes it to skip only the problematic entry with "rootfs"
in the mnt_fsname.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/open_posix_testsuite/include/noatime.h
4ba1c46742f4b272d14b042a8e286a1a518f539f 27-Mar-2013 Cyril Hrubis <chrubis@suse.cz> open_posix_testsuite/include/noatime: Fix.

* Remove unused variable.

* Add parenthesis

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/open_posix_testsuite/include/noatime.h
6de744ecba6043f5fb79f618bdea3592d006f31d 31-Oct-2012 Cyril Hrubis <chrubis@suse.cz> open_posix_testsuite/.../mmap/13-1.c: Add check.

This commit creates a function for checking if
path is on a filesystem that is mounted noatime
as well as it adds this check to the correspoinding
mmap test.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/open_posix_testsuite/include/noatime.h