> -----Original Message----- > From: Nicholas Krause [mailto:[email protected]] > Sent: Sunday, September 06, 2015 8:29 PM > To: [email protected] > Cc: [email protected]; [email protected]; > [email protected]; > [email protected] > Subject: [PATCH RESEND] f2fs:Fix incorrect return statement in the function > f2fs_ioc_release_volatile_write > > This fixes the incorrect return statement at the end of the function > f2fs_ioc_release_volatile_write's body for returning zero as this is > incorrect due to the function call before this return statement to > the function punch_hole being able to fail and we should return this > function's return fail directly in order to signal to callers of the > function f2fs_ioc_release_volatile if a failure arises with this call > to punch_hole fails. > > Signed-off-by: Nicholas Krause <[email protected]>
Reviewed-by: Chao Yu <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

