mirror of https://github.com/torvalds/linux.git
mmap_region() now calls fput() on the vma->vm_file.
So we need to drop the extra reference on the coda file instead of the
host file.
Link: https://lkml.kernel.org/r/20210421132012.82354-1-christian.koenig@amd.com
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| cache.c | ||
| cnode.c | ||
| coda_cache.h | ||
| coda_fs_i.h | ||
| coda_int.h | ||
| coda_linux.c | ||
| coda_linux.h | ||
| coda_psdev.h | ||
| dir.c | ||
| file.c | ||
| inode.c | ||
| pioctl.c | ||
| psdev.c | ||
| symlink.c | ||
| sysctl.c | ||
| upcall.c | ||