]> Git Repo - linux.git/blobdiff - fs/overlayfs/copy_up.c
treewide: Remove uninitialized_var() usage
[linux.git] / fs / overlayfs / copy_up.c
index 79dd052c7dbf5aae2aea21f883f1d26965c084ce..8e1c308524a27d9b59fef170cf16ee9ff8536929 100644 (file)
@@ -787,7 +787,7 @@ static int ovl_copy_up_meta_inode_data(struct ovl_copy_up_ctx *c)
        struct path upperpath, datapath;
        int err;
        char *capability = NULL;
-       ssize_t uninitialized_var(cap_size);
+       ssize_t cap_size;
 
        ovl_path_upper(c->dentry, &upperpath);
        if (WARN_ON(upperpath.dentry == NULL))
This page took 0.030185 seconds and 4 git commands to generate.