Message ID | 20210313030146.2882027-1-yi.zhang@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | block_dump: remove block dump | expand |
On 3/12/21 8:01 PM, zhangyi (F) wrote: > Hi, > > block_dump is an old debugging interface and can be replaced by > tracepoints, and we also found a deadlock issue relate to it[1]. As Jan > suggested, this patch set delete the whole block_dump feature, we can > use tracepoints to get the similar information. If someone still using > this feature cannot switch to use tracepoints or any other suggestions, > please let us know. Totally agree, that's long overdue. The feature is no longer useful and has been deprecated by much better methods. Unless anyone objects, I'll queue this up for 5.13.
Looks good,
Reviewed-by: Christoph Hellwig <hch@lst.de>
On 2021/3/13 11:37, Jens Axboe wrote: > On 3/12/21 8:01 PM, zhangyi (F) wrote: >> Hi, >> >> block_dump is an old debugging interface and can be replaced by >> tracepoints, and we also found a deadlock issue relate to it[1]. As Jan >> suggested, this patch set delete the whole block_dump feature, we can >> use tracepoints to get the similar information. If someone still using >> this feature cannot switch to use tracepoints or any other suggestions, >> please let us know. > > Totally agree, that's long overdue. The feature is no longer useful > and has been deprecated by much better methods. Unless anyone objects, > I'll queue this up for 5.13. > Hi, Jens. Could you please send these patches upstream ? Thanks, Yi.
On 3/12/21 8:01 PM, zhangyi (F) wrote: > Hi, > > block_dump is an old debugging interface and can be replaced by > tracepoints, and we also found a deadlock issue relate to it[1]. As Jan > suggested, this patch set delete the whole block_dump feature, we can > use tracepoints to get the similar information. If someone still using > this feature cannot switch to use tracepoints or any other suggestions, > please let us know. Applied for 5.14, thanks.