linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* do we still need ->is_dirty_writeback
@ 2018-05-18 17:08 Christoph Hellwig
  2018-05-21  9:05 ` Mel Gorman
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2018-05-18 17:08 UTC (permalink / raw)
  To: Mel Gorman, Trond Myklebust; +Cc: linux-fsdevel, linux-mm, linux-nfs

Hi Mel,

you added the is_dirty_writeback callback a couple years ago mostly
to work around the crazy ext3 writeback code, which is long gone now.
We still use buffer_check_dirty_writeback on the block device, but
without that ext3 case we really should not need it anymore.

That leaves NFS, where I don't understand why it doesn't simply
use PageWrite?

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

end of thread, other threads:[~2018-05-21  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-18 17:08 do we still need ->is_dirty_writeback Christoph Hellwig
2018-05-21  9:05 ` Mel Gorman

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).