The tracepoint ext4_da_write_pages has a struct mpage_da_data*
parameter, but that struct is only defined in fs/ext4/ext4.h. This
patch adds a forward declaration for that struct, so this tracepoint
header can still be used by tools like SystemTap.
This is a continuation of the fix in commit
|
||
|---|---|---|
| .. | ||
| block.h | ||
| ext4.h | ||
| irq.h | ||
| jbd2.h | ||
| kmem.h | ||
| kvm.h | ||
| lockdep.h | ||
| module.h | ||
| napi.h | ||
| power.h | ||
| sched.h | ||
| skb.h | ||
| syscalls.h | ||
| timer.h | ||
| workqueue.h | ||