X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fmount.c;fp=src%2Fmount.c;h=44857c8c8783972efd1de4f7626fe239504e021f;hp=54c7b0990d8726d75cb7e884e38af238fb5b5b61;hb=44faa9130b1a6082f37501377c01d23604030fa5;hpb=2900a982859da75d35e2a18a2e4f10b29a828226 diff --git a/src/mount.c b/src/mount.c index 54c7b099..44857c8c 100644 --- a/src/mount.c +++ b/src/mount.c @@ -497,11 +497,9 @@ out_delete_staging_file: } /* - * Creates a randomly named staging directory and returns its name into the - * static variable staging_dir_name. - * - * If the staging directory cannot be created, staging_dir_name is set to NULL. - * */ + * Creates a randomly named staging directory and saves its name in the + * filesystem context structure. + */ static int make_staging_dir(struct wimfs_context *ctx) { /* XXX Give the user an option of where to stage files */