Re: [PATCH v7 2/2] tmpfs: Support 64-bit inums per-sb

2020-08-01 Thread Hugh Dickins
On Mon, 13 Jul 2020, Chris Down wrote: > The default is still set to inode32 for backwards compatibility, but > system administrators can opt in to the new 64-bit inode numbers by > either: > > 1. Passing inode64 on the command line when mounting, or > 2. Configuring the kernel with CONFIG_TMPFS_

[PATCH v7 2/2] tmpfs: Support 64-bit inums per-sb

2020-07-13 Thread Chris Down
The default is still set to inode32 for backwards compatibility, but system administrators can opt in to the new 64-bit inode numbers by either: 1. Passing inode64 on the command line when mounting, or 2. Configuring the kernel with CONFIG_TMPFS_INODE64=y The inode64 and inode32 names are used ba