Page MenuHomeFreeBSD

Remove set_page_dirty_lock().
ClosedPublic

Authored by markj on Jan 2 2020, 3:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 30, 7:22 PM
Unknown Object (File)
Fri, Dec 13, 7:19 PM
Unknown Object (File)
Sep 23 2024, 4:35 AM
Unknown Object (File)
Sep 22 2024, 5:17 PM
Unknown Object (File)
Sep 21 2024, 7:14 AM
Unknown Object (File)
Sep 15 2024, 10:22 PM
Unknown Object (File)
Sep 15 2024, 10:21 PM
Unknown Object (File)
Sep 15 2024, 10:11 PM
Subscribers

Details

Summary

Its use of the page lock is incorrect, and it is not used by the DRM
modules.

I do not plan to MFC this.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Please MFC to 11 and 12, to keep code in synch.

Yes, this function is not used anywhere.

This revision is now accepted and ready to land.Jan 2 2020, 5:39 PM

Please MFC to 11 and 12, to keep code in synch.

Yes, this function is not used anywhere.

I did not check that older versions of the DRM modules (used on 12, for instance) do not use this function. If you are confident that they do not, I will MFC.

At least not DRM for -13. @johalun : This is job for you :-)

This revision was automatically updated to reflect the committed changes.