All of lore.kernel.org
 help / color / mirror / Atom feed
* main - remove extra change from support 16KB page size
@ 2023-04-07 20:58 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2023-04-07 20:58 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=8458ff9ad18c518b774d16358e28a805057e4dc1
Commit:        8458ff9ad18c518b774d16358e28a805057e4dc1
Parent:        b443eac6efd29a72a4356f54c713cc9a0e0da866
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Fri Apr 7 15:57:28 2023 -0500
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Fri Apr 7 15:57:28 2023 -0500

remove extra change from support 16KB page size

---
 lib/config/config.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/config/config.c b/lib/config/config.c
index 2bb55daeb..5986e64b1 100644
--- a/lib/config/config.c
+++ b/lib/config/config.c
@@ -540,9 +540,6 @@ int config_file_read_fd(struct dm_config_tree *cft, struct device *dev, dev_io_r
 				log_sys_error("read", dev_name(dev));
 				goto out;
 			}
-
-			if (!sz)
-				goto out;
 		}
 	} else {
 		if (!dev_read_bytes(dev, offset, size, buf))


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

only message in thread, other threads:[~2023-04-07 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-07 20:58 main - remove extra change from support 16KB page size 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.