linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gfs2 IOMAP_ZERO confusion
@ 2018-03-13  8:22 Christoph Hellwig
  2018-03-15 13:20 ` Bob Peterson
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2018-03-13  8:22 UTC (permalink / raw)
  To: Bob Peterson; +Cc: Andreas Gruenbacher, Dave Chinner, linux-fsdevel

Hi Bob,

In "GFS2: Implement iomap for block_map" you seem to have misunderstood
the intention of the IOMAP_ZERO flag.  It it set if iomap_begin is
called for a zeroing operation, so that we don't allocate new blocks
for holes or unwritten extents.  It is not supposed to actually zero
the blocks.  Can you use some other way to communicate you internal
zeroing request?

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

end of thread, other threads:[~2018-03-15 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-13  8:22 gfs2 IOMAP_ZERO confusion Christoph Hellwig
2018-03-15 13:20 ` Bob Peterson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).