netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] net/9p: Fine-tuning for some function implementations
@ 2017-08-15 11:56 SF Markus Elfring
  2017-08-15 11:58 ` [PATCH 1/5] net/9p: Delete an error message for a failed memory allocation in five functions SF Markus Elfring
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: SF Markus Elfring @ 2017-08-15 11:56 UTC (permalink / raw)
  To: v9fs-developer, netdev, David S. Miller, Eric Van Hensbergen,
	Latchesar Ionkov, Ron Minnich
  Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Tue, 15 Aug 2017 13:43:21 +0200

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (5):
  Delete an error message for a failed memory allocation in five functions
  Improve 19 size determinations
  Add a jump target in p9_client_walk()
  Adjust a jump target in p9_client_attach()
  Delete an unnecessary variable initialisation in p9_client_attach()

 net/9p/client.c       | 51 +++++++++++++++++++++------------------------------
 net/9p/protocol.c     |  6 +++---
 net/9p/trans_fd.c     | 16 +++++++---------
 net/9p/trans_rdma.c   |  8 +++-----
 net/9p/trans_virtio.c |  6 ++----
 net/9p/util.c         |  2 +-
 6 files changed, 37 insertions(+), 52 deletions(-)

-- 
2.14.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-15 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 11:56 [PATCH 0/5] net/9p: Fine-tuning for some function implementations SF Markus Elfring
2017-08-15 11:58 ` [PATCH 1/5] net/9p: Delete an error message for a failed memory allocation in five functions SF Markus Elfring
2017-08-15 12:00 ` [PATCH 2/5] net/9p: Improve 19 size determinations SF Markus Elfring
2017-08-15 14:21   ` Al Viro
2017-08-15 12:01 ` [PATCH 3/5] net/9p: Add a jump target in p9_client_walk() SF Markus Elfring
2017-08-15 12:02 ` [PATCH 4/5] net/9p: Adjust a jump target in p9_client_attach() SF Markus Elfring
2017-08-15 12:03 ` [PATCH 5/5] net/9p: Delete an unnecessary variable initialisation " SF Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).