Updated OpenZFS Patches (markdown)
parent
289fb82343
commit
aa37687909
|
@ -36,7 +36,7 @@ $ sh autogen.sh && ./configure --enable-debug && make -s -j$(nproc)
|
|||
|
||||
### Porting a Patch
|
||||
|
||||
**Pick a patch.** Consult the [[OpenZFS tracking]] page and select a patch which has not yet been applied. For your first patch you will want to select a small patch to familiarize yourself with the process.
|
||||
**Pick a patch.** Consult the [OpenZFS tracking](http://build.zfsonlinux.org/openzfs-tracking.html) page and select a patch which has not yet been applied. For your first patch you will want to select a small patch to familiarize yourself with the process.
|
||||
|
||||
**Create a new branch.** It is important to create a new branch for every commit you port to ZFS on Linux. This will allow you to easily submit your work as a GitHub pull request and it makes it possible to work on multiple OpenZFS changes concurrently. All development branches need to be based off of the ZFS master branch and it's helpful to name the branches after the issue number you're working on.
|
||||
|
||||
|
|
Loading…
Reference in New Issue