mirror of
				https://git.proxmox.com/git/mirror_zfs
				synced 2025-11-04 03:00:20 +00:00 
			
		
		
		
	
				Added a simple sed script to do a search and replace on the Illumos
ZFS file names and replace them with the ZFS on Linux equivalent.
Example usage:
    # Replace Illumos paths with Linux paths
    $ ./scripts/zfs2zol-patch.sed arc.c.patch > arc.c.patch.linux
    # Ensure the script worked as expected
    $ diff arc.c.patch arc.c.patch.linux
    # Apply the patch using Linux paths
    $ patch -p1 < arc.c.patch.linux
Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1679
		
	
					 | 
			||
|---|---|---|
| .. | ||
| zpios-profile | ||
| zpios-test | ||
| zpool-config | ||
| .gitignore | ||
| common.sh.in | ||
| dkms.mkconf | ||
| dkms.postinst | ||
| kmodtool | ||
| Makefile.am | ||
| smb.sh | ||
| zconfig.sh | ||
| zfault.sh | ||
| zfs2zol-patch.sed | ||
| zfs.sh | ||
| zpios-sanity.sh | ||
| zpios-survey.sh | ||
| zpios.sh | ||
| zpool-create.sh | ||