Hi!
Pushed with following changes:

* Added GPL header at the start of the file

* Removed cleanup parameter from SAFE calls in child
  because if one of the calls in child fails the temporary
  directory would be deleted, then parent would attempt to
  remove the directory and that will fail horribly.

* Moved to body of the test to separate function to spare
  some indentation.

* Used tst_fork() instead of fork() (flushes userspace stdio buffers
  before fork, otherwise messages from test may end up duplicated
  several times)

* Used ltp_syscall() instead of syscall() which handles ENOSYS etc.

* Added inotify06 binary to gitignore.

And checked that it still Opses kernel after these changes, thanks.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to