From: Josh Stone Date: Wed, 30 Sep 2009 04:51:22 +0000 (-0400) Subject: ext4: Add a stub for mpage_da_data in the trace header X-Git-Tag: v2.6.32-rc3~60^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef122494020521309be855bfdeeb41f34bf8c94;p=pandora-kernel.git 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: Josh Stone Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed