[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170901153925.30578-1-hch@lst.de>
Date: Fri, 1 Sep 2017 17:39:08 +0200
From: Christoph Hellwig <hch@....de>
To: viro@...iv.linux.org.uk
Cc: arve@...roid.com, riandrews@...roid.com,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: switch in-kernel read/write calls to kernel_read/write V2
Hi all,
this series moves almost all kernel callers of vfs_read/write and
friends to the kernel_read/write family that includes the set_fs calls
inside the called routines. The exceptions are the integrity code
(Mimi has a pending series for that one) and the splice readv code
which doesn't fit those helpers. But at least no modular users
are left.
Changes since V1:
- update f_pos under lock in ashmem
- use void * arguments for kernel_read, kernel_write and __kernel_write
- fix offset usage in cx25821 and target
- fixed fpos calculation in nommu do_mmap_private
Powered by blists - more mailing lists