[Patch 2/2] Enhancements to vfs.stp (with minor modifications)

Stone, Joshua I joshua.i.stone@intel.com
Mon Jun 9 19:44:00 GMT 2008


K.Prasad wrote:
> +function __address_inode:long (page:long) %{ /* pure */
> +	struct page *page = (struct page *)(long)THIS->page;
> +	struct address_space *mapping =
> +			(struct address_space *)(long)THIS;

This typecast looks extremely suspect...

Josh



More information about the Systemtap mailing list