Re: [PATCH] staging: android: ashmem: lseek failed due to no FMODE_LSEEK.

From: Greg KH
Date: Thu Mar 09 2017 - 07:38:21 EST


On Wed, Mar 08, 2017 at 06:18:32PM +0800, zhangshuxiaomi@xxxxxxxxx wrote:
> From: zhangshuxiao <zhangshuxiao@xxxxxxxxxx>
>
> vfs_llseek will check whether the file mode has
> FMODE_LSEEK, no return failure. But ashmem can be
> lseek, so add FMODE_LSEEK to ashmem file.

Really? What is causing this failure? I haven't heard from anyone else
about this issue, is there something different in your userspace
framework?

>
> Signed-off-by: zhangshuxiao <zhangshuxiao@xxxxxxxxxx>

I need a "full" name for a signed-off-by: please.

thanks,

greg k-h