mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [git pull] vfs.git pile 12 - work.read_write bugfix
@ 2017-07-08  0:29 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2017-07-08  0:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

file_start_write()/file_end_write() got mixed into vfs_iter_write() by
accident; that's a deadlock for all existing callers - they already
do that, some - quite a bit outside.  Easily fixed, fortunately

The following changes since commit a4058c5bce8aded1a12a59990e84e481a96fb490:

  nfsd: remove nfsd_vfs_read (2017-06-29 17:49:24 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.read_write

for you to fetch changes up to 62473a2d6f513296e896b64ccfd7ceb7b963795e:

  move file_{start,end}_write() out of do_iter_write() (2017-07-06 09:15:47 -0400)

----------------------------------------------------------------
Al Viro (1):
      move file_{start,end}_write() out of do_iter_write()

 fs/read_write.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-08  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-08  0:29 [git pull] vfs.git pile 12 - work.read_write bugfix Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome