On 2019/08/02 5:39, Darrick J. Wong wrote: > On Thu, Aug 01, 2019 at 08:28:07PM +0900, Tetsuo Handa wrote: >> Since no caller is using KM_NOSLEEP and no callee branches on KM_SLEEP, >> we can remove KM_NOSLEEP and replace KM_SLEEP with 0. >> >> Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx> > > Ahh, right, KM_{NO,}SLEEP are mutually exclusive values encoded > alongside a bit flag set (ala fallocate mode).... > > Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > --D Thank you. Please apply to xfs tree.