From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 4 Apr 2005 12:58:00 -0500 From: Sam To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: [9fans] 'non-interruptable temporary' warning Topicbox-Message-UUID: 3301d810-ead0-11e9-9d60-3106f5b1d025 Hello, warning: ../port/devaoe.c:540 non-interruptable temporary Line 540: ah->lba0 = lba = f->lba; f->lba and lba are vlongs, ah->lba0 is a uchar. What is the compiler warning me against? I'm guessing something about being interruptible in the middle of accessing the vlong? Cheers, Sam