Re: kernel_read() changed from v4.13 to v4.14

2017-11-21 Thread Cong Wang
On Tue, Nov 21, 2017 at 1:05 PM, Zytaruk, Kelly wrote: > I noticed that the parameter ordering to kernel_read() changed from Linux > kernel v4.13 to v4.14 when the function was moved into fs/read_write.c from > exec.c > > 4.13.15 - int kernel_read(struct file *file,

Re: kernel_read() changed from v4.13 to v4.14

2017-11-21 Thread Cong Wang
On Tue, Nov 21, 2017 at 1:05 PM, Zytaruk, Kelly wrote: > I noticed that the parameter ordering to kernel_read() changed from Linux > kernel v4.13 to v4.14 when the function was moved into fs/read_write.c from > exec.c > > 4.13.15 - int kernel_read(struct file *file, loff_t offset, char *addr,