remarkable-linux/fs/9p
Eric Van Hensbergen 14b8869ff4 9p: fix mmap to be read-only
v9fs was allowing writable mmap which could lead to kernel BUG() cases.
This sets the mmap function to generic_file_readonly_mmap which (correctly)
returns an error to applications which open mmap for writing.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2008-02-06 19:25:05 -06:00
..
fid.c 9p: fix bug in attach-per-user 2008-02-06 19:25:08 -06:00
fid.h
Makefile
v9fs.c 9p: use copy of the options value instead of original 2007-11-06 08:02:53 -06:00
v9fs.h 9p: attach-per-user 2007-10-17 14:31:07 -05:00
v9fs_vfs.h
vfs_addr.c
vfs_dentry.c
vfs_dir.c
vfs_file.c 9p: fix mmap to be read-only 2008-02-06 19:25:05 -06:00
vfs_inode.c 9p: add support for sticky bit 2008-02-06 19:25:06 -06:00
vfs_super.c 9p: fix memory leak in v9fs_get_sb 2007-11-06 08:02:53 -06:00