Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1211551 > unrolled thread

[git pull] 9p regression fix

Started byAl Viro <viro@ZenIV.linux.org.uk>
First post2015-08-23 04:00 +0200
Last post2015-08-23 04:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [git pull] 9p regression fix Al Viro <viro@ZenIV.linux.org.uk> - 2015-08-23 04:00 +0200

#1211551 — [git pull] 9p regression fix

FromAl Viro <viro@ZenIV.linux.org.uk>
Date2015-08-23 04:00 +0200
Subject[git pull] 9p regression fix
Message-ID<q0sJH-3jr-1@gated-at.bofh.it>
Fix for breakage introduced when switching p9_client_{read,write}() to 
struct iov_iter * (went into 4.1).  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Vincent Bernat (1):
      9p: ensure err is initialized to 0 in p9_client_read/write

Diffstat:
 net/9p/client.c | 2 ++
 1 file changed, 2 insertions(+)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web