Home
last modified time | relevance | path

Searched hist:f4975c67dd9ad8eb47a4c77af0521a2b16ee0197 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/fuse/
H A Ddir.cdiff f4975c67dd9ad8eb47a4c77af0521a2b16ee0197 Thu Apr 02 07:25:34 CDT 2009 Miklos Szeredi <mszeredi@suse.cz> fuse: allow kernel to access "direct_io" files

Allow the kernel read and write on "direct_io" files. This is
necessary for nfs export and execute support.

The implementation is simple: if an access from the kernel is
detected, don't perform get_user_pages(), just use the kernel address
provided by the requester to copy from/to the userspace filesystem.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
H A Dfile.cdiff f4975c67dd9ad8eb47a4c77af0521a2b16ee0197 Thu Apr 02 07:25:34 CDT 2009 Miklos Szeredi <mszeredi@suse.cz> fuse: allow kernel to access "direct_io" files

Allow the kernel read and write on "direct_io" files. This is
necessary for nfs export and execute support.

The implementation is simple: if an access from the kernel is
detected, don't perform get_user_pages(), just use the kernel address
provided by the requester to copy from/to the userspace filesystem.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>