acl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Acl-devel] attr ptest failed on fsl_ls1021a


From: Dengke Du
Subject: [Acl-devel] attr ptest failed on fsl_ls1021a
Date: Thu, 10 Nov 2016 13:39:06 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0

Hi all

My arch is arm ( armv7l), fsl_ls1021a

When I ran test:

    $ setfattr -n user. -v value testfile

It output:

    setfattr: test: Operation not supported

It should be :

    setfattr: test: Invalid argument

I uesd strace tracing it, it output the following:

    setxattr("test", "user.", "value", 5, 0) = -1 EOPNOTSUPP (Operation not supported)

On my x86_64 was correct,

    setxattr("test", "user.", "value", 5, 0) = -1 EINVAL (Invalid argument)

Can anybody tell me why?

// Dengke

   


reply via email to

[Prev in Thread] Current Thread [Next in Thread]