mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-18 06:51:38 +00:00
If we enable trace events to trace block actions, We use blk_fill_rwbs_rq to analyze the corresponding actions in request's cmd_flags, but we only choose the minor 2 bits from it, so most of other flags(e.g, REQ_SYNC) are missing. For example, with a sync write we get: write_test-2409 [001] 160.013869: block_rq_insert: 3,64 W 0 () 258135 + = 8 [write_test] Since now we have integrated the flags of both bio and request, it is safe to pass rq->cmd_flags directly to blk_fill_rwbs and blk_fill_rwbs_rq isn't needed any more. With this patch, after a sync write we get: write_test-2417 [000] 226.603878: block_rq_insert: 3,64 WS 0 () 258135 += 8 [write_test] Signed-off-by: Tao Ma <boyu.mt@taobao.com> Acked-by: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com> |
||
|---|---|---|
| .. | ||
| asoc.h | ||
| bkl.h | ||
| block.h | ||
| compaction.h | ||
| ext4.h | ||
| gfpflags.h | ||
| irq.h | ||
| jbd2.h | ||
| kmem.h | ||
| kvm.h | ||
| lock.h | ||
| mce.h | ||
| module.h | ||
| napi.h | ||
| net.h | ||
| power.h | ||
| regulator.h | ||
| sched.h | ||
| scsi.h | ||
| signal.h | ||
| skb.h | ||
| syscalls.h | ||
| timer.h | ||
| vmscan.h | ||
| workqueue.h | ||
| writeback.h | ||