From: Frank Davis <fdavis@si.rr.com>
To: linux-kernel@vger.kernel.org
Subject: 2.5.1-pre10: drivers/ide/ide-tape.c compile error
Date: Thu, 13 Dec 2001 00:13:30 -0500 [thread overview]
Message-ID: <3C1838FA.1010802@si.rr.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 285 bytes --]
Hello all,
I haven't seen this posted yet. While a 'make modules' on
2.5.1-pre10, I received the attached compile error on
drivers/ide/ide-tape.c . I noticed this with 2.5.1-pre9 as well. I don't
recall seeing it with 2.5.1-pre7, and I'm using the same .config .
Regards,
Frank
[-- Attachment #2: IDE-TAPE --]
[-- Type: text/plain, Size: 4975 bytes --]
make -C ide modules
make[2]: Entering directory `/usr/src/linux/drivers/ide'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -c -o ide-tape.o ide-tape.c
ide-tape.c: In function `idetape_input_buffers':
ide-tape.c:1512: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_output_buffers':
ide-tape.c:1538: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_update_buffers':
ide-tape.c:1565: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_abort_pipeline':
ide-tape.c:1709: warning: comparison between pointer and integer
ide-tape.c:1710: incompatible types in assignment
ide-tape.c:1711: warning: comparison between pointer and integer
ide-tape.c:1712: incompatible types in assignment
ide-tape.c: In function `idetape_active_next_stage':
ide-tape.c:1738: structure has no member named `bh'
ide-tape.c: In function `__idetape_kfree_stage':
ide-tape.c:1785: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_end_request':
ide-tape.c:1871: warning: comparison between pointer and integer
ide-tape.c:1911: warning: comparison between pointer and integer
ide-tape.c: In function `idetape_queue_pc_head':
ide-tape.c:1987: incompatible types in assignment
ide-tape.c: In function `idetape_create_read_cmd':
ide-tape.c:2540: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_create_read_buffer_cmd':
ide-tape.c:2572: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_create_write_cmd':
ide-tape.c:2589: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_do_request':
ide-tape.c:2621: warning: int format, pointer arg (arg 4)
ide-tape.c:2623: warning: long int format, int arg (arg 4)
ide-tape.c:2626: warning: comparison between pointer and integer
ide-tape.c:2626: warning: comparison between pointer and integer
ide-tape.c:2630: warning: int format, pointer arg (arg 3)
ide-tape.c:2664: warning: comparison between pointer and integer
ide-tape.c:2677: warning: comparison between pointer and integer
ide-tape.c:2677: warning: comparison between pointer and integer
ide-tape.c:2691: warning: comparison between pointer and integer
ide-tape.c:2696: warning: comparison between pointer and integer
ide-tape.c:2703: warning: int format, pointer arg (arg 2)
ide-tape.c:2721: warning: comparison between pointer and integer
ide-tape.c:2732: switch quantity not an integer
ide-tape.c:2747: structure has no member named `bh'
ide-tape.c:2764: structure has no member named `bh'
ide-tape.c:2769: structure has no member named `bh'
ide-tape.c:2772: incompatible types in assignment
ide-tape.c:2780: incompatible types in assignment
ide-tape.c:2785: incompatible types in assignment
ide-tape.c:2734: warning: unreachable code at beginning of switch statement
ide-tape.c: In function `__idetape_kmalloc_stage':
ide-tape.c:2836: structure has no member named `b_reqnext'
ide-tape.c:2868: structure has no member named `b_reqnext'
ide-tape.c:2873: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_copy_stage_from_user':
ide-tape.c:2922: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_copy_stage_to_user':
ide-tape.c:2949: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_wait_for_request':
ide-tape.c:3080: warning: comparison between pointer and integer
ide-tape.c:3080: warning: comparison between pointer and integer
ide-tape.c: In function `__idetape_queue_pc_tail':
ide-tape.c:3188: incompatible types in assignment
ide-tape.c: In function `idetape_queue_rw_tail':
ide-tape.c:3450: structure has no member named `bh'
ide-tape.c:3451: incompatible types in assignment
ide-tape.c: In function `idetape_onstream_read_back_buffer':
ide-tape.c:3500: incompatible types in assignment
ide-tape.c: In function `idetape_verify_stage':
ide-tape.c:3658: structure has no member named `b_reqnext'
ide-tape.c: In function `idetape_add_chrdev_write_request':
ide-tape.c:3775: incompatible types in assignment
ide-tape.c: In function `idetape_empty_write_pipeline':
ide-tape.c:3863: structure has no member named `b_reqnext'
ide-tape.c:3866: structure has no member named `b_reqnext'
ide-tape.c:3878: structure has no member named `b_reqnext'
ide-tape.c:3846: warning: `bh' might be used uninitialized in this function
ide-tape.c: In function `idetape_initiate_read':
ide-tape.c:3963: incompatible types in assignment
ide-tape.c: In function `idetape_pad_zeros':
ide-tape.c:4152: structure has no member named `b_reqnext'
make[2]: *** [ide-tape.o] Error 1
make[2]: Leaving directory `/usr/src/linux/drivers/ide'
make[1]: *** [_modsubdir_ide] Error 2
make[1]: Leaving directory `/usr/src/linux/drivers'
make: *** [_mod_drivers] Error 2
reply other threads:[~2001-12-13 5:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3C1838FA.1010802@si.rr.com \
--to=fdavis@si.rr.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox