[LTP] [PATCH 3/3] syscalls/umount03: Cleanup && Convert to new API

Cyril Hrubis chrubis@suse.cz
Tue Nov 8 10:59:06 CET 2016


Hi!
> ---
>  testcases/kernel/syscalls/umount/umount03.c | 105 +++++++++-------------------
>  1 file changed, 32 insertions(+), 73 deletions(-)
> 
> diff --git a/testcases/kernel/syscalls/umount/umount03.c b/testcases/kernel/syscalls/umount/umount03.c
> index 322005e..1ade141 100644
> --- a/testcases/kernel/syscalls/umount/umount03.c
> +++ b/testcases/kernel/syscalls/umount/umount03.c
> @@ -20,107 +20,66 @@
>   *	is not the super-user.
>   *
>   * RESTRICTIONS
> - *	test must be run with the -D option
>   *	test doesn't support -c option to run it in parallel, as mount
>   *	syscall is not supposed to run in parallel.
>   */

I've removed the whole RESTRICTIONS part of the comment since the -c
option has been removed long time ago anyway.

Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list