diff options
author | Amir Goldstein <amir73il@gmail.com> | 2018-05-16 17:04:00 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2018-05-31 12:06:10 +0300 |
commit | 6cf00764b0082cefdaf5a36202aceb1ab2470051 (patch) | |
tree | fc399cc5687b10cebbf008e7205d2f1ef2ed0dac /fs/overlayfs/super.c | |
parent | a8b9e0ceed3214d0b9da211f39004931ec1d2a1b (diff) | |
download | linux-6cf00764b0082cefdaf5a36202aceb1ab2470051.tar.xz |
ovl: strip debug argument from ovl_do_ helpers
It did not prove to be useful.
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/super.c')
-rw-r--r-- | fs/overlayfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/overlayfs/super.c b/fs/overlayfs/super.c index e8551c97de51..94a7a654b0b8 100644 --- a/fs/overlayfs/super.c +++ b/fs/overlayfs/super.c @@ -613,7 +613,7 @@ retry: err = ovl_create_real(dir, work, &(struct cattr){.mode = S_IFDIR | 0}, - NULL, true); + NULL); if (err) goto out_dput; |