linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* fs_dax_get_by_host in the hot path
@ 2017-08-24 13:45 Christoph Hellwig
  2017-08-24 14:48 ` Dan Williams
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2017-08-24 13:45 UTC (permalink / raw)
  To: Dan Williams; +Cc: linux-nvdimm, linux-fsdevel

Hi Dan,

I just noticed that we now do a fs_dax_get_by_host in every
iomap_begin call for DAX.  This function iterates a list,
does a string compared and igrab.  I really think we need
to cache this in the superblock (possible even the fs
superblock) similar to what we do for the block device.

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

end of thread, other threads:[~2017-08-24 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 13:45 fs_dax_get_by_host in the hot path Christoph Hellwig
2017-08-24 14:48 ` Dan Williams
2017-08-24 15:19   ` Christoph Hellwig

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