Re: 2.4.0-test11-pre6 ntfs compile error
At 10:23 17/11/2000, Anton Altaparmakov wrote: >At 05:38 17/11/2000, Alexander Viro wrote: >>On Fri, 17 Nov 2000, Frank Davis wrote: >> > Hello, >> > I just try to compile 2.4.0-test11-pre6, and received the following >> error (make modules): >> > >> > inode.c:1054 conflicting types for 'new_inode' >> > /usr/src/liunux/include/linux/fs.h:1153 previous declaration of >> 'new_inode' >> >>My fault. Hell knows how that part of patch didn't get into the posting >>(damnit, it was described there)... >> >>Fix: >> >>ed fs/ntfs/inode.c <>%s/new_inode/ntfs_&/g >>w >>q >>EOF > >Not fix enough, I am afraid. You are forgetting fs/ntfs/fs.c. - See the >patch I just posted. Oops. My fault. I was wrong. Your patch is of course correct! fs/ntfs/fs.c wants the real new_inode... Apologies, Anton -- "Education is what remains after one has forgotten everything he learned in school." - Albert Einstein -- Anton Altaparmakov Voice: +44-(0)1223-333541(lab) / +44-(0)7712-632205(mobile) Christ's CollegeeMail: [EMAIL PROTECTED] / [EMAIL PROTECTED] Cambridge CB2 3BUICQ: 8561279 United Kingdom WWW: http://www-stu.christs.cam.ac.uk/~aia21/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
Re: 2.4.0-test11-pre6 ntfs compile error
At 05:38 17/11/2000, Alexander Viro wrote: >On Fri, 17 Nov 2000, Frank Davis wrote: > > Hello, > > I just try to compile 2.4.0-test11-pre6, and received the following > error (make modules): > > > > inode.c:1054 conflicting types for 'new_inode' > > /usr/src/liunux/include/linux/fs.h:1153 previous declaration of 'new_inode' > >My fault. Hell knows how that part of patch didn't get into the posting >(damnit, it was described there)... > >Fix: > >ed fs/ntfs/inode.c <%s/new_inode/ntfs_&/g >w >q >EOF Not fix enough, I am afraid. You are forgetting fs/ntfs/fs.c. - See the patch I just posted. Anton -- "Education is what remains after one has forgotten everything he learned in school." - Albert Einstein -- Anton Altaparmakov Voice: +44-(0)1223-333541(lab) / +44-(0)7712-632205(mobile) Christ's CollegeeMail: [EMAIL PROTECTED] / [EMAIL PROTECTED] Cambridge CB2 3BUICQ: 8561279 United Kingdom WWW: http://www-stu.christs.cam.ac.uk/~aia21/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
Re: 2.4.0-test11-pre6 ntfs compile error
On Fri, 17 Nov 2000, Frank Davis wrote: > Hello, > I just try to compile 2.4.0-test11-pre6, and received the following error (make >modules): > > inode.c:1054 conflicting types for 'new_inode' > /usr/src/liunux/include/linux/fs.h:1153 previous declaration of 'new_inode' My fault. Hell knows how that part of patch didn't get into the posting (damnit, it was described there)... Fix: ed fs/ntfs/inode.c
2.4.0-test11-pre6 ntfs compile error
Hello, I just try to compile 2.4.0-test11-pre6, and received the following error (make modules): inode.c:1054 conflicting types for 'new_inode' /usr/src/liunux/include/linux/fs.h:1153 previous declaration of 'new_inode' make[2]: ***[inode.o]Error 1 make[2]: Leaving directory '/usr/src/liunux/fs/ntfs' ... make[1]: *** [modsubdir_ntfs] Error 2 Regards, Frank - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/