Ignore:
Timestamp:
11/02/99 16:22:58 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3fb2a8da
Parents:
f5a1fe9
Message:

Properly initialize location variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libfs/src/imfs/imfs_fsunmount.c

    rf5a1fe9 rac8adcf  
    5959   
    6060   jnode = (IMFS_jnode_t *)temp_mt_entry->mt_fs_root.node_access;
     61   loc = temp_mt_entry->mt_fs_root;
     62
     63   
     64   /*
     65    *  Set this to null to indicate that it is being unmounted.
     66    */
     67
     68   temp_mt_entry->mt_fs_root.node_access = NULL;
    6169
    6270   do {
Note: See TracChangeset for help on using the changeset viewer.