cdrom: don't attempt to fiddle with cdo->capability
mainline inclusion from mainline-4.20-rc1 commit 8f94004e2a51a3ea195cf3447eb5d5906f36d8b3 category: bugfix bugzilla: 6734 CVE: NA ------------------------------------------------- We can't modify cdo->capability as it is defined as a const. Change the modification hack to just WARN_ON_ONCE() if we hit any of the invalid combinations. This fixes a regression for pcd, which doesn't work after the constify patch. Fixes: 853fe1bf ("cdrom: Make device operations read-only") Tested-by: NOndrej Zary <linux@rainbow-software.org> Signed-off-by: NJens Axboe <axboe@kernel.dk> Signed-off-by: NZhang Dianfang <zhangdianfang@huawei.com> Reviewed-by: NHanjun Guo <guohanjun@huawei.com> Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
Showing
想要评论请 注册 或 登录