mirror of https://github.com/torvalds/linux.git
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. Comment From Greg Hackmann: ashmem_llseek() passes the llseek() call through to the backing shmem file. |
||
|---|---|---|
| .. | ||
| ion | ||
| uapi | ||
| Kconfig | ||
| Makefile | ||
| TODO | ||
| ashmem.c | ||
| ashmem.h | ||
| lowmemorykiller.c | ||