예제 #1
0
static int local_lremovexattr(FsContext *ctx, V9fsPath *fs_path,
                              const char *name)
{
    char *path = fs_path->data;

    return v9fs_remove_xattr(ctx, path, name);
}
예제 #2
0
static int local_lremovexattr(FsContext *ctx,
                              const char *path, const char *name)
{
    return v9fs_remove_xattr(ctx, path, name);
}