All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] filefrag: fix fibmap error message
@ 2026-03-03 11:55 David Timber
  2026-03-03 11:55 ` [PATCH 1/1] " David Timber
  0 siblings, 1 reply; 4+ messages in thread
From: David Timber @ 2026-03-03 11:55 UTC (permalink / raw)
  To: linux-ext4; +Cc: David Timber

There's a silly mistake in misc/filefrag.c. It's a single character
change.

get_block() of various fs can return any errno at all. FUSE is
especially wild west out there and the fact that POSIX allowing NULL
and Musl simply refusing to snprintf() doesn't really help either...

David Timber (1):
  filefrag: fix fibmap error message

 misc/filefrag.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.53.0.1.ga224b40d3f.dirty


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

end of thread, other threads:[~2026-03-14 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 11:55 [PATCH 0/1] filefrag: fix fibmap error message David Timber
2026-03-03 11:55 ` [PATCH 1/1] " David Timber
2026-03-03 18:38   ` Andreas Dilger
2026-03-14 12:48   ` Ritesh Harjani

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.