Skip to content
Commit 0ef12249 authored by Josh Stone's avatar Josh Stone Committed by Theodore Ts'o
Browse files

ext4: Add a stub for mpage_da_data in the trace header

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 3661d286

.

http://sourceware.org/bugzilla/show_bug.cgi?id=10703

Signed-off-by: default avatarJosh Stone <jistone@redhat.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent bf699327
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment