This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |