[pnfs] A git-tree with my last 19 linux-pnfs-2.6-latest READ I/O patches

J. Bruce Fields bfields at fieldses.org
Fri Nov 30 14:40:13 EST 2007


On Fri, Nov 30, 2007 at 01:39:02PM -0500, William A. (Andy) Adamson wrote:
> Hi Marc
> 
> Last pNFS telecon, you asked if there was a git tree that you could clone
> rather than having to apply patches from email. Bruce showed me how to add a
> branch to the my public tree (the 2.6.18.3 tree).
> 
> so this tree:  git://linux-nfs.org/pub/linux/linux-pnfs.git now contains a
> branch called pnfs-client-read-11-30-2007.
> 
> so, in the git://linux-nfs.org/pub/linux/linux-pnfs.git tree
> 
> 1) git fetch
> 2) git checkout origin/pnfs-client-read-11-30-2007

Note actually there's no need to clone a new tree from linux-pnfs.git if
you don't already have one.  Just cd into any existing linux repo that
you have, and run

	git remote add andros-pnfs git://linux-nfs.org/pub/linux/linux-pnfs.git
	git fetch andros-pnfs
	git checkout andros-pnfs/pnfs-client-read-11-30-2007

(The name "andros-pnfs" is arbitrary--you can use whatever name you
like.)

--b.


More information about the pNFS mailing list