Re: [patch-2.4.0-test5-pre3] struct inode shortened

Tigran Aivazian (tigran@veritas.com)
Thu, 20 Jul 2000 19:45:39 +0100 (BST)


On Thu, 20 Jul 2000, Manfred wrote:
> around 416 bytes [just cat /proc/slabinfo, the third number is size,
> rounded to cache line size]

actually, it is 352 bytes.

# cd /usr/src/linux
# gdb -q vmlinux /proc/kcore
(gdb) printf "%d\n", sizeof(struct inode)
352
(gdb) shell uname -a
Linux saturn 2.4.0-test5 #11 SMP Thu Jul 20 14:58:09 BST 2000 i686 unknown

Regards,
Tigran

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/