[LTP] [PATCH] syscalls/fremovexattr: Add fremovexattr() tests

Rafael David Tinoco rafael.tinoco@linaro.org
Mon Nov 5 00:45:35 CET 2018


On Thu, Nov 1, 2018 at 7:05 PM, Rafael David Tinoco
<rafael.tinoco@linaro.org> wrote:
> Fixes: #276
>
> Following the same logic and tests used to test removexattr() syscall,
> this commit implements tests for fremovexattr(). It only differs from
> removexattr() on the given arguments: using a file descriptor instead of
> the filename.
>
> Kernel has different entry points for both, with slightly different
> execution paths, mainly related to dealing with the passed file
> descriptor.
>
> Signed-off-by: Rafael David Tinoco <rafael.tinoco@linaro.org>

Sorry, Ignore this one please, sending out a v2 with a small fix PLUS
lremovexattr() test as well, both Fixing: #276. Thanks!


More information about the ltp mailing list