Re: [ANNOUNCE] RAIF: Redundant Array of Independent Filesystems

2007-01-05 Thread Chaitanya Patti
> We are in the process of porting RAIF to 2.6.19 right now. Should be done > in early January. The trick is that we are trying to keep the same source > good for a wide range of kernel versions. In fact, not too long ago we > even were able to compile it for 2.4.24! > > Nikolai. We now have R

Is a NULL check missing in nfs_lookup?

2007-01-04 Thread Chaitanya Patti
Hello everyone, In the function nfs_lookup in nfs/dir.c , the following line (line # 926): error = nfs_reval_fsid(nd->mnt, dir, &fhandle, &fattr); uses `nd' without having checked if it is NULL. Is this correct? This is in kernel version 2.6.19.1 Can someone check this ? Thanks, Chaitanya