public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Serice <paul@serice.net>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iso9660 inodes beyond 4GB
Date: Sat, 22 May 2004 14:44:14 -0500	[thread overview]
Message-ID: <40AFAD8E.9080008@serice.net> (raw)
In-Reply-To: <20040521190602.511d188e.akpm@osdl.org>

 > Dumb question: why not simply use a 64-bit type in the inode?

I wasn't sure how to proceed in this direction, but I'll give it
another shot.

It seems natural to use the lower 32 bits as the inode number in this
case, but in general, I'm not sure what precautions I need to take
when switching from a unique inode number to a non-unique inode
number.

For example, at fs/isofs/inode.c:131, the comment warns that the
current isofs code supports NFS implicitly because iget() works.
Because I think I will have to use iget5_locked() now instead of
iget(), I think I stand a good chance of breaking whatever NFS support
is currently available.



 >>The patch is about 28K and can be downloaded from the following URL:
 >>
 >>     http://www.serice.net/shunt/linux-2.6.6-isofs.patch
 >
 > It goes 404.  Please just send the patch directly to the mailing
 > list.

Sorry.  I didn't think my post(s) made it to the list.  So, I took the
patch down.


  reply	other threads:[~2004-05-22 19:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-20 22:22 [PATCH] iso9660 inodes beyond 4GB Paul Serice
2004-05-22  2:06 ` Andrew Morton
2004-05-22 19:44   ` Paul Serice [this message]
2004-05-22 19:53     ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2004-05-31 17:54 Paul Serice
2004-06-01  4:17 ` Neil Brown
2004-06-01 13:44   ` Paul Serice

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=40AFAD8E.9080008@serice.net \
    --to=paul@serice.net \
    --cc=akpm@osdl.org \
    --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