Re: [PATCH 05/11] ovl: return dentry from ovl_create_real()

From: Miklos Szeredi
Date: Wed May 30 2018 - 04:29:02 EST


On Tue, May 29, 2018 at 5:24 PM, Amir Goldstein <amir73il@xxxxxxxxx> wrote:
> On Tue, May 29, 2018 at 5:41 PM, Miklos Szeredi <mszeredi@xxxxxxxxxx> wrote:
>> From: Amir Goldstein <amir73il@xxxxxxxxx>
>>
>> Al Viro suggested to simplify callers of ovl_create_real() by
>> returning the created dentry (or ERR_PTR) from ovl_create_real().
>> This prep patch makes Al's patch change less callers.
>>
>> Also used ovl_create_temp() in ovl_create_index() instead of calling
>> ovl_do_mkdir() directly, so now all callers of ovl_do_mkdir() are routed
>> through ovl_create_real(), which paves the way for Al's fix for non-hashed
>> result from vfs_mkdir().
>>
>
> It's good that you split this patch from ovl_create_temp() patch, but
> the commit message it utterly not related to the patch anymore and
> possibly should retain Al's authorship cause there is no relic of my
> work in this patch.

Fixed headers and authorship assignments.

Thanks,
Miklos