linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* simplify the Q_GETNEXTQUOTA implementation
@ 2017-06-20  9:02 Christoph Hellwig
  2017-06-20  9:02 ` [PATCH 1/2] xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent Christoph Hellwig
  2017-06-20  9:02 ` [PATCH 2/2] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk Christoph Hellwig
  0 siblings, 2 replies; 7+ messages in thread
From: Christoph Hellwig @ 2017-06-20  9:02 UTC (permalink / raw)
  To: linux-xfs; +Cc: agruenba

Hi all,

the first patch simplifieѕ xfs_dq_get_next_id to use raw extent
list lookups instead of using the SEEK_DATA code.  This should make
it a bit more efficient and doesn't require the new iomap based
SEEK_HOLE/DATA code to support this special use case.  Note that
I've not removed various now unused bits of the lseek code to reduce
the conflicts with Andreas' work.

The second one just removes a whitespace only line I noticed while
looking at the history of the code.


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

end of thread, other threads:[~2017-06-20 20:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20  9:02 simplify the Q_GETNEXTQUOTA implementation Christoph Hellwig
2017-06-20  9:02 ` [PATCH 1/2] xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent Christoph Hellwig
2017-06-20 19:51   ` Darrick J. Wong
2017-06-20 20:17   ` Eric Sandeen
2017-06-20 20:31     ` Christoph Hellwig
2017-06-20  9:02 ` [PATCH 2/2] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk Christoph Hellwig
2017-06-20 20:20   ` Eric Sandeen

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