mbox series

[0/2] xfs: get rid of _ITER_{ABORT,CONTINUE}

Message ID 20190829162122.GH5354@magnolia (mailing list archive)
Headers show
Series xfs: get rid of _ITER_{ABORT,CONTINUE} | expand

Message

Darrick J. Wong Aug. 29, 2019, 4:21 p.m. UTC
Hi all,

I have recently realized that the _ITER_CONTINUE/_ITER_ABORT defines are
a giant thinko -- the _CONTINUE variants map to zero, and -ECANCELED can
handle the _ABORT case just fine.  This series scrapes both of them out
of the kernel.

--D