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]

[Bug testsuite/10618] New: Unable to find member 'nr_sectors' for struct request in 2.6.31-rc9


$ uname -rm
2.6.31-rc9 x86_64

$ stap -p4 systemtap.examples/io/iostat-scsi.stp 1
semantic error: unable to find member 'nr_sectors' for struct request
(alternatives: queuelist csd cpu q cmd_flags cmd_type atomic_flags __sector
__data_len bio biotail hash rb_node completion_data elevator_private
elevator_private2 rq_disk start_time nr_phys_segments ioprio special buffer tag
errors ref_count cmd_len __cmd cmd extra_len sense_len resid_len sense deadline
timeout_list timeout retries end_io end_io_data next_rq): operator '->' at
systemtap.examples/io/iostat-scsi.stp:30:17
        source:   nr_sectors=$rq->nr_sectors
                                ^
Pass 2: analysis failed.  Try again with another '--vp 01' option.

The is because

block: drop request->hard_* and *nr_sectors
author	Tejun Heo <tj@kernel.org>
	Thu, 7 May 2009 13:24:41 +0000 (22:24 +0900)
committer	Jens Axboe <jens.axboe@oracle.com>
	Mon, 11 May 2009 07:50:54 +0000 (09:50 +0200)
commit	2e46e8b27aa57c6bd34b3102b40ee4d0144b4fab

-- 
           Summary: Unable to find member 'nr_sectors' for struct request in
                    2.6.31-rc9
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: wenji dot huang at oracle dot com
                CC: systemtap at sources dot redhat dot com


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

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]