All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max <relf@unn.ac.ru>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: [patch] fs/hpfs/*: fix HPFS support under 64-bit kernel
Date: Sat, 19 Mar 2005 21:24:36 -0800	[thread overview]
Message-ID: <423D0914.7020908@unn.ac.ru> (raw)
In-Reply-To: <200503200511.j2K5BF5h014768@supreme.pcug.org.au>

Stephen,

I've made my patch compatible with the rest of HPFS sources. There is a lot of places where 'unsigned' has to be precisely 32 bits long.
So having 'u32' just in my small patch does not make much sense.

Max

Stephen Rothwell wrote:
> From: Max <relf@unn.ac.ru>
> 
>>diff -u old/fs/hpfs/hpfs.h fs/hpfs/hpfs.h
>>--- old/fs/hpfs/hpfs.h	2005-03-04 09:26:46.000000000 -0800
>>+++ fs/hpfs/hpfs.h	2005-03-14 09:11:59.884612816 -0800
>>@@ -27,6 +27,8 @@
>> typedef secno fnode_secno;		/* sector number of an fnode */
>> typedef secno anode_secno;		/* sector number of an anode */
>> 
>>+typedef unsigned time32_t;		/* 32-bit time_t type */
> 
> 
> Please use u32 instead of unsigned as u32 will *always* be an
> unsigned 32 bit quantity ...
> 
> Cheers,
> Stephen Rothwell
> 
> 

  reply	other threads:[~2005-03-20  5:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-20  5:11 [patch] fs/hpfs/*: fix HPFS support under 64-bit kernel Stephen Rothwell
2005-03-20  5:24 ` Max [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-03-20  1:52 Max

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=423D0914.7020908@unn.ac.ru \
    --to=relf@unn.ac.ru \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /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.