commit | 137ec526a20c4e4d21d658a6581b471d39860911 | [log] [tgz] |
---|---|---|
author | Amir Goldstein <amir73il@gmail.com> | Wed May 16 17:51:25 2018 +0300 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Thu May 31 11:06:11 2018 +0200 |
tree | d5f40d9bd01269482d6e2cddd50ac384673f040d | |
parent | 95a1c8153ad8bc99e7c4b90257f20b4f0474a9a0 [diff] |
ovl: create helper ovl_create_temp() 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(). Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>