[U-Boot] [PATCH 0/3] ext4: cleanup/fix unlink_filename function

This patch series addresses Coverity defects CID 153383/153384. The first patch is a preparation patch, the second addresses the actual issue. The last patch corrects the journal handling in the same function.
Stefan Brüns (3): ext4: cleanup unlink_filename function ext4: Fix handling of direntlen in unlink_filename ext4: Only write journal entries for modified blocks in unlink_filename
fs/ext4/ext4_common.c | 87 +++++++++++++++++++++++---------------------------- 1 file changed, 40 insertions(+), 47 deletions(-)

On Sun, Oct 09, 2016 at 08:15:25PM +0200, Stefan Brüns wrote:
This patch series addresses Coverity defects CID 153383/153384. The first patch is a preparation patch, the second addresses the actual issue. The last patch corrects the journal handling in the same function.
Thanks for fixing these!
participants (2)
-
Stefan Brüns
-
Tom Rini