From: Darrick J. Wong Date: Fri, 15 Nov 2019 22:16:22 +0000 (-0500) Subject: xfs: remove unnecessary int returns from deferred bmap functions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc0f711cfb3410362d45fda67f5c167cfeed335;p=thirdparty%2Fxfsprogs-dev.git xfs: remove unnecessary int returns from deferred bmap functions Source kernel commit: 3e08f42ae7828bac2e7445a950f5de2b08203352 Remove the return value from the functions that schedule deferred bmap operations since they never fail and do not return status. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner Signed-off-by: Eric Sandeen