]> xenbits.xensource.com Git - osstest.git/commitdiff
target setup refactoring: Add a doc comment
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 25 Aug 2020 11:08:42 +0000 (12:08 +0100)
committerIan Jackson <iwj@xenproject.org>
Fri, 2 Oct 2020 15:49:13 +0000 (16:49 +0100)
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Osstest/TestSupport.pm

index fd7b238b967e4cf9babfc2d86aeb2078b8b98c4b..d9bb2585580b085fb5452402818d499a669df4ab 100644 (file)
@@ -2563,6 +2563,9 @@ sub target_var ($$) {
 }
 
 sub target_setup_rootdev_console_inittab ($$$) {
+    # Operators on $gho.
+    # $gho's filesystem is accessed via $ho and $mountpoint;
+    # so maybe $gho is $ho and $mountpoint is "/".
     my ($ho, $gho, $root) = @_;
 
     my $pfx= target_var_prefix($gho);