linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <7329.1155630113@warthog.cambridge.redhat.com>]
  • * Re: [RHEL5 PATCH 2/4] VFS: Make inode numbers 64-bits
    @ 2006-08-15  6:57 Jan Engelhardt
      0 siblings, 0 replies; 9+ messages in thread
    From: Jan Engelhardt @ 2006-08-15  6:57 UTC (permalink / raw)
      To: linux-fsdevel
    
    
    Forwarding to linux-fsdevel, because someone inadvertently added a # which 
    caused postmaster to me.
    
    Jan Engelhardt
    -- 
    
    ---------- Forwarded message ----------
    Date: Tue, 15 Aug 2006 08:48:40 +0200 (MEST)
    From: Jan Engelhardt <jengelh@linux01.gwdg.de>
    To: David Howells <dhowells@redhat.com>
    Cc: torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org,
        linux-fsdevel@vger.kernel.org#
    Subject: Re: [RHEL5 PATCH 2/4] VFS: Make inode numbers 64-bits
    
    
    >This patch changes __kernel_ino_t to be "unsigned long long" on all
    
    Why not "uint64_t" (or u64)?
    
    
    >--- a/include/asm-mips/stat.h
    >+++ b/include/asm-mips/stat.h
    >@@ -18,7 +18,7 @@ #if (_MIPS_SIM == _MIPS_SIM_ABI32) || (_
    > struct stat {
    > 	unsigned	st_dev;
    > 	long		st_pad1[3];		/* Reserved for network id */
    >-	ino_t		st_ino;
    >+	unsigned long	st_ino;
    > 	mode_t		st_mode;
    > 	nlink_t		st_nlink;
    > 	uid_t		st_uid;
    
    Will the kernel still fold 64-bit inums to 32-bit for stat[32]()?
    
    
    Jan Engelhardt
    -- 
    
    ^ permalink raw reply	[flat|nested] 9+ messages in thread

    end of thread, other threads:[~2006-08-15 12:45 UTC | newest]
    
    Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <625fc13d0608141736q50dea86dh94cdf4ef19fe56d9@mail.gmail.com>
         [not found] ` <20060814211504.27190.10491.stgit@warthog.cambridge.redhat.com>
         [not found]   ` <20060814211509.27190.51352.stgit@warthog.cambridge.redhat.com>
    2006-08-15  1:31     ` [RHEL5 PATCH 2/4] VFS: Make inode numbers 64-bits Al Viro
    2006-08-15  8:21     ` David Howells
    2006-08-15  9:06       ` Al Viro
    2006-08-15  8:32     ` David Howells
    2006-08-15  9:02       ` Al Viro
    2006-08-15  9:25       ` David Howells
    2006-08-15 12:45         ` Stephen Rothwell
         [not found]   ` <7329.1155630113@warthog.cambridge.redhat.com>
    2006-08-15  9:13     ` [PATCH 0/4] Use 64-bit inode numbers internally in the kernel Al Viro
    2006-08-15  6:57 [RHEL5 PATCH 2/4] VFS: Make inode numbers 64-bits Jan Engelhardt
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox;
    as well as URLs for NNTP newsgroup(s).