public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrey Klochko <andrey@mae.cornell.edu>
To: Andries.Brouwer@cwi.nl
Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH - for playing only] change type of dev_t
Date: Wed, 19 Mar 2003 09:31:47 -0500	[thread overview]
Message-ID: <3E787F53.1000407@mae.cornell.edu> (raw)
In-Reply-To: UTC200303182213.h2IMDse09784.aeb@smtp.cwi.nl

Andries.Brouwer@cwi.nl wrote:

>  * assume GCC is being used.
>  */
> 
>-typedef unsigned short	__kernel_dev_t;
>+typedef unsigned long	__kernel_dev_t;
>
Shouldn't this be
typedef unsigned int __kernel_dev_t;
according to

>@@ -70,13 +70,13 @@
>  * static arrays, and they are sized for a 8-bit index.
>  */
> typedef struct {
>-	unsigned short value;
>+	unsigned int value;
> } kdev_t;
> 
>
Andrey

-- 
-------------------------------------------------------------
Andrey Klochko
System Administrator
Sibley School of Mechanical and Aerospace Engineering
288 Grumman Hall
Cornell University
Ithaca, NY 14853



      parent reply	other threads:[~2003-03-19 14:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-18 22:13 [PATCH - for playing only] change type of dev_t Andries.Brouwer
2003-03-18 23:00 ` Andy Pfiffer
2003-03-19 14:31 ` Andrey Klochko [this message]

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=3E787F53.1000407@mae.cornell.edu \
    --to=andrey@mae.cornell.edu \
    --cc=Andries.Brouwer@cwi.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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