> -----Original Message----- > From: Nicholas Krause [mailto:xerofo...@gmail.com] > Sent: Sunday, September 06, 2015 8:29 PM > To: jaeg...@kernel.org > Cc: cm224....@samsung.com; chao2...@samsung.com; > linux-f2fs-de...@lists.sourceforge.net; > linux-kernel@vger.kernel.org > 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 <xerofo...@gmail.com>
Reviewed-by: Chao Yu <chao2...@samsung.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/