field-access operator

Wenji Huang wenji.huang@oracle.com
Wed Sep 26 08:50:00 GMT 2007


Hi Zhaolei,

  Found items in tapset/Changlog

	2007-09-26  Zhaolei  <zhaolei@cn.fujitsu.com <mailto:zhaolei@cn.fujitsu.com>>

		From Lai Jiangshan <laijs@cn.fujitsu.com>
		modify field-access operator from "." to "->" in all files.

In kernel, struct nfs_read_data {
		...........
            unsigned int            npages; /* Max length of pagevec */
           struct nfs_readargs args;
           struct nfs_readres  res;
		.......
	};

So the reference should be $rdata->args.count/$rdata->args.offset. Same case in nfs_write_data.

Regards,
wenji



More information about the Systemtap mailing list