File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,24 @@ stdenv.mkDerivation {
109109 decode = "base64 -d" ;
110110 hash = "sha256-Y6xPjNM0J1DpJ62stnEaB+mJsa9kq89TGMxZkIk9334=" ;
111111 } )
112+ # Linux: mount_nodev removed, use new mount API
113+ ( fetchpatch {
114+ url = "https://gerrit.openafs.org/changes/16646/revisions/93db75395149e1f0dbdc3a0572f58449dd9da98d/patch" ;
115+ decode = "base64 -d" ;
116+ hash = "sha256-5eYliZV3WPjbQ3WGvZuqzeu060MHRof2yozSWPn+Njg=" ;
117+ } )
118+ # Linux: Rename LINUX_WRITEPAGES_USES_FOLIOS
119+ ( fetchpatch {
120+ url = "https://gerrit.openafs.org/changes/16650/revisions/1e5801afe3069a9ca586c745ae1e26feb8f1048f/patch" ;
121+ decode = "base64 -d" ;
122+ hash = "sha256-qtqe64qhRwNBwfKkGhuEAKFDMFDirFxz9M0Wvtk+r1Q=" ;
123+ } )
124+ # Linux: Don't use write_cache_pages for writepages
125+ ( fetchpatch {
126+ url = "https://gerrit.openafs.org/changes/16648/revisions/652674cec6c6c7349709dc080b6a2db3253424e6/patch" ;
127+ decode = "base64 -d" ;
128+ hash = "sha256-5T4hOge3U5uk3NSFxocYEjgfXU1Se5FkQk2rCRZDlfU=" ;
129+ } )
112130 ] ;
113131
114132 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments