Ticket #439: dosfs_flush_4.6.0pre1_a.diff

File dosfs_flush_4.6.0pre1_a.diff, 368 bytes (added by thomas.doerfler, on 12/03/06 at 13:31:12)

dosfs_flush_4.6.0pre1_a.diff

  • cpukit/libfs/src/dosfs/fat_file.c

    old new  
    224224            free(fat_fd);
    225225        } 
    226226    } 
     227    /*
     228     * flush any modified "cached" buffer back to disk
     229     */
     230    rc = fat_buf_release(fs_info);
     231
    227232    return rc;
    228233}
    229234