|
|
| version 1.11, 2003/08/20 09:56:34 | version 1.12, 2004/02/16 19:48:51 |
|---|---|
| Line 203 static int softdep_process_worklist (str | Line 203 static int softdep_process_worklist (str |
| static void softdep_move_dependencies (struct buf *, struct buf *); | static void softdep_move_dependencies (struct buf *, struct buf *); |
| static int softdep_count_dependencies (struct buf *bp, int); | static int softdep_count_dependencies (struct buf *bp, int); |
| struct bio_ops bioops = { | static struct bio_ops softdep_bioops = { |
| softdep_disk_io_initiation, /* io_start */ | softdep_disk_io_initiation, /* io_start */ |
| softdep_disk_write_complete, /* io_complete */ | softdep_disk_write_complete, /* io_complete */ |
| softdep_deallocate_dependencies, /* io_deallocate */ | softdep_deallocate_dependencies, /* io_deallocate */ |
| Line 1076 top: | Line 1076 top: |
| void | void |
| softdep_initialize() | softdep_initialize() |
| { | { |
| bioops = softdep_bioops; /* XXX hack */ | |
| LIST_INIT(&mkdirlisthd); | LIST_INIT(&mkdirlisthd); |
| LIST_INIT(&softdep_workitem_pending); | LIST_INIT(&softdep_workitem_pending); |