On Tue, 2009-09-15 at 17:29 +0200, Geert Uytterhoeven wrote: 
> The call signature seems to match the set_tid_address() syscall.
> Also remove the comment about calling quotactl, as it's obviously bogus.
> 
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Thanks.

Regards--
Subrata

> ---
>  testcases/kernel/syscalls/quotactl/quotactl01.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/testcases/kernel/syscalls/quotactl/quotactl01.c 
> b/testcases/kernel/syscalls/quotactl/quotactl01.c
> index fe8df33..f410948 100644
> --- a/testcases/kernel/syscalls/quotactl/quotactl01.c
> +++ b/testcases/kernel/syscalls/quotactl/quotactl01.c
> @@ -152,7 +152,7 @@ int main(int ac, char **av) {
>                               tst_resm(TPASS, "quotactl call succeeded");
>                          }
>                  }
> -                  TEST(result = syscall(258, &newtid));     //call quotactl()
> +                  TEST(result = syscall(__NR_set_tid_address, &newtid));
>                       if(TEST_RETURN == getpid()) {
>                          cleanup();
>                       }


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to