qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] block/gluster: cleanups for GlfsPreopened


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 0/4] block/gluster: cleanups for GlfsPreopened
Date: Fri, 27 Jan 2017 10:00:25 +0000

Code added in commit 6349c15410361d3fe52c9beee309954d606f8ccd ("block/gluster:
memory usage: use one glfs instance per volume") does not follow conventions
and violates QEMU coding style.  Although any single issue in isolation is not
worth patching, there are several of these and I think it's worth resolving
them together in one sweep.

Stefan Hajnoczi (4):
  block/gluster: fix wrong indent in glfs_find_preopened()
  block/gluster: drop intermediate ListElement struct
  block/gluster: use conventional names for GlfsPreopened functions
  block/gluster: add missing QLIST_HEAD_INITIALIZER()

 block/gluster.c | 66 +++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 35 deletions(-)

-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]