Re: [PATCH 06/12] staging/android: prepare sync_file for de-staging

From: Gustavo Padovan
Date: Mon May 02 2016 - 17:13:32 EST


Hi Pavel,

2016-05-02 Pavel Machek <pavel@xxxxxx>:

> Hi!
>
>
> > -}
> > -EXPORT_SYMBOL(sync_file_merge);
> > -
> > static const char *android_fence_get_driver_name(struct fence *fence)
> > {
> > struct sync_timeline *parent = fence_parent(fence);
>
> if this is meant to be used outside android, should it select some
> better prefix than android_fence_?

Sure, This patchset doesn't touch this code, but my latest patchset
changes them to timeline_*.

Gustavo