All of lore.kernel.org
 help / color / mirror / Atom feed
* master - pvck: fix previous commit
@ 2020-10-28 21:51 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2020-10-28 21:51 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=63169594385ed4b02d93c2e8f422bbeb0b8225af
Commit:        63169594385ed4b02d93c2e8f422bbeb0b8225af
Parent:        125da10d47f4c1f72d3df99f2451c1eb031b9f3a
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Wed Oct 28 16:50:47 2020 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Wed Oct 28 16:50:47 2020 -0500

pvck: fix previous commit

line to setup bcache was misplaced in
commit 5a94126e7a28
---
 tools/pvck.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/pvck.c b/tools/pvck.c
index 06fd01733..c36e18216 100644
--- a/tools/pvck.c
+++ b/tools/pvck.c
@@ -3064,11 +3064,11 @@ int pvck(struct cmd_context *cmd, int argc, char **argv)
 			return ECMD_FAILED;
 	}
 
+	label_scan_setup_bcache();
+
 	if (dev) {
 		char buf[4096];
 
-		label_scan_setup_bcache();
-
 		/*
 		 * This buf is not used, but bcache data is used for subsequent
 		 * reads in the filters and by _read_bytes for other disk structs.



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

only message in thread, other threads:[~2020-10-28 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 21:51 master - pvck: fix previous commit David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.