Jim, I get the following build errors in 2.6.38:
/usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c: In function 'nfs4_blkdev_get':
/usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c:58: error: implicit declaration of function 'open_by_devnum'
/usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c:58: warning: assignment makes pointer from integer without a cast
/usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c: In function 'nfs4_blkdev_put':
/usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c:75: error: implicit declaration of function 'bd_release'
I pushed the tree to git://git.bhalevy.com/linux-pnfs.git
Mind taking a look at this?
Andy, Fred: you can synchronize with this tree at this point, after the rebase on top
of Bruce's latest changes it won't change much, so feel free to go for it :)
Thanks,
Benny
Benny Halevy wrote:
Jim, I get the following build errors in 2.6.38:
...
I pushed the tree to git://git.bhalevy.com/linux-pnfs.git
Mind taking a look at this?
Yes, I'll do that today or tomorrow. Thanks.
On Jan 17, 2011, at 12:31 PM, Benny Halevy wrote:
> Jim, I get the following build errors in 2.6.38:
>
> /usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c: In function 'nfs4_blkdev_get':
> /usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c:58: error: implicit declaration of function 'open_by_devnum'
> /usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c:58: warning: assignment makes pointer from integer without a cast
> /usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c: In function 'nfs4_blkdev_put':
> /usr0/export/dev/bhalevy/git/linux-pnfs-bh-nfs41/fs/nfs/blocklayout/blocklayoutdev.c:75: error: implicit declaration of function 'bd_release'
>
> I pushed the tree to git://git.bhalevy.com/linux-pnfs.git
>
> Mind taking a look at this?
>
> Andy, Fred: you can synchronize with this tree at this point, after the rebase on top
> of Bruce's latest changes it won't change much, so feel free to go for it :)
>
> Thanks,
>
> Benny
Cool. Thanks Benny. Just one note, the pnfs-submit branch should probably point to 56782b15 "pnfs-submit: wave4: fix bug dealing with commit split between DS and MDS" or at least somewhere close to that (before any LAYOUTCOMMIT code).
Fred