Ignore:
Timestamp:
Nov 18, 2019, 12:32:17 PM (4 years ago)
Author:
Bruno Cornec
Message:

Really place the btrfs subvol handler at the right place i.e. shared

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/mondorestore/mondorestore.c

    r3741 r3743  
    19731973        retval++;
    19741974        goto end_of_func;
    1975     }
    1976     /*  BR#852: we need to create BTRFS subvols now */
    1977     /*  Creating potential btrfs subvolumes */
    1978     if (does_file_exist("/tmp/create-btrfs-subvol")) {
    1979         run_program_and_log_output("/tmp/create-btrfs-subvol",3);
    1980     }
    1981     /*  Mounting potential btrfs subvolumes */
    1982     if (does_file_exist("/tmp/mount-btrfs-subvol")) {
    1983         run_program_and_log_output("/tmp/mount-btrfs-subvol",3);
    19841975    }
    19851976
Note: See TracChangeset for help on using the changeset viewer.