On Tue, 2020-11-24 at 17:51 -0500, Chuck Lever wrote: > Hi- > > I've added my NFSv4 XDR decoder series and Bruce's iversion > series to my "for next" topic branch to get some early > testing exposure for these changes. > > Bruce's series is based on 8/8 posted on November 20, with > Jeff's review comments integrated. The NFSD XDR decoder > patches are based on v4, posted yesterday afternoon with > Bruce's review comments integrated. > > The full branch is available here: > > git://git.linux-nfs.org/projects/cel/cel-2.6.git cel-next > > or > > http://git.linux-nfs.org/?p=cel/cel-2.6.git;a=shortlog;h=refs/heads/cel-next > > ...and is still open for changes or additional patches. This > branch is pulled into linux-next regularly. > > Minor nit in: http://git.linux-nfs.org/?p=cel/cel-2.6.git;a=commit;h=2513716015eba398378bf453d5d2dd46c63a3399 You added a generic_check_iversion prototype to fs.h. Move that into iversion.h. I think it makes more sense there, and that avoids the huge rebuild that occurs when fs.h changes. Cheers! -- Jeff Layton <jlayton@xxxxxxxxxx>