Re: [RHEL5 PATCH 2/4] VFS: Make inode numbers 64-bits

From: Al Viro
Date: Tue Aug 15 2006 - 05:04:18 EST


On Tue, Aug 15, 2006 at 09:21:11AM +0100, David Howells wrote:
> Al Viro <viro@xxxxxxxxxxxxxxxx> wrote:
>
> > NAK. There's no need to touch i_ino and a lot of reasons for not doing
> > that. ->getattr() can fill 64bit field just fine without that and there's
> > zero need to touch every fs out there *and* add cycles on icache lookups.
> > WTF for?
>
> That doesn't fix getdents64() though...

Good grief... Make filldir() eat u64 explicitly and fix all of a dozen
instances. End of story.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/