Re: 2.4.0-test11-pre6 ntfs compile error

2000-11-17 Thread Anton Altaparmakov

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

2000-11-17 Thread Anton Altaparmakov

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

2000-11-17 Thread Anton Altaparmakov

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 EOF
%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

2000-11-17 Thread Anton Altaparmakov

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 EOF
%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

2000-11-16 Thread Alexander Viro



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 

Re: 2.4.0-test11-pre6 ntfs compile error

2000-11-16 Thread Alexander Viro



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 EOF
%s/new_inode/ntfs_/g
w
q
EOF

-
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/