All of lore.kernel.org
 help / color / mirror / Atom feed
* dead code in io_file_put()
@ 2019-04-13 17:27 Al Viro
  2019-04-13 17:49 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2019-04-13 17:27 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-fsdevel

	It's never called with NULL first argument anymore.
Is there any reason to keep that check (and the second argument,
never used when state != NULL) there?

	Frankly, I wonder if there is any point in that
fget_many()/fput_many() stuff.  Does the benefit from that
really show up in any profiles?

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

end of thread, other threads:[~2019-04-13 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-13 17:27 dead code in io_file_put() Al Viro
2019-04-13 17:49 ` Jens Axboe

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.