All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Hicks <mort@bork.org>
To: viro@parcelfarce.linux.theplanet.co.uk
Cc: john moser <bluefoxicy@linux.net>, linux-kernel@vger.kernel.org
Subject: Re: struct task_struct -> task_t
Date: Mon, 19 Jan 2004 18:57:13 -0500	[thread overview]
Message-ID: <20040119235713.GP27591@localhost> (raw)
In-Reply-To: <20040119222434.GO21151@parcelfarce.linux.theplanet.co.uk>


On Mon, Jan 19, 2004 at 10:24:34PM +0000, viro@parcelfarce.linux.theplanet.co.uk wrote:
> On Mon, Jan 19, 2004 at 02:17:57PM -0800, john moser wrote:
> > It has come to my attention that in some places in the kernel, 'struct task_struct'
> > is used; and in others, 'task_t' is used.  Also, 'task_t' is
> > 'typedef struct task_struct task_t;'.
> > 
> > I made a small script to change around as much as I could so that everything uses
> > task_t,
> 
> What the fsck for?  If anything, the opposite (and removal of that typedef)
> would be preferable.

John,

As Al is trying to point out, we try to discourage the use of typedefs
in the kernel.  It is much easier to see that blah_t is really a struct
if we always use 'struct blah'.

mh

-- 
Martin Hicks || mort@bork.org || PGP/GnuPG: 0x4C7F2BEE

  reply	other threads:[~2004-01-19 23:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-19 22:17 struct task_struct -> task_t john moser
2004-01-19 22:24 ` viro
2004-01-19 23:57   ` Martin Hicks [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-01-20 23:50 Albert Cahalan
2004-01-21 10:05 ` J.A. Magallon

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=20040119235713.GP27591@localhost \
    --to=mort@bork.org \
    --cc=bluefoxicy@linux.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@parcelfarce.linux.theplanet.co.uk \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.