All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: lowmem: check: Output more detailed information about file extent interrupt
@ 2017-06-27  8:34 Lu Fengqi
  0 siblings, 0 replies; only message in thread
From: Lu Fengqi @ 2017-06-27  8:34 UTC (permalink / raw)
  To: linux-btrfs; +Cc: dsterba

Make lowmem mode output more detailed information about file extent
interrupt.

Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
---

Sorry for any inconvenience caused. Please ignore this message(https://www.spinics.net/lists/linux-btrfs/msg66803.html).

 cmds-check.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmds-check.c b/cmds-check.c
index dedb12d1..f42968cd 100644
--- a/cmds-check.c
+++ b/cmds-check.c
@@ -4848,8 +4848,8 @@ static int check_file_extent(struct btrfs_root *root, struct btrfs_key *fkey,
 		      root->objectid, fkey->objectid, fkey->offset);
 	} else if (!no_holes && *end != fkey->offset) {
 		err |= FILE_EXTENT_ERROR;
-		error("root %llu EXTENT_DATA[%llu %llu] interrupt",
-		      root->objectid, fkey->objectid, fkey->offset);
+		error("root %llu EXTENT_DATA[%llu %llu] interrupt, should start at %llu",
+		      root->objectid, fkey->objectid, fkey->offset, *end);
 	}
 
 	*end += extent_num_bytes;
-- 
2.13.2




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

only message in thread, other threads:[~2017-06-27  8:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27  8:34 [PATCH] btrfs-progs: lowmem: check: Output more detailed information about file extent interrupt Lu Fengqi

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.