From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zenith (plouf.fr.eu.org [213.41.155.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A7D8684DF6 for ; Wed, 17 Apr 2024 13:01:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.41.155.166 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713358880; cv=none; b=herKWq7NX2XePRIABnOSZ//ROBZ+qU2H2NWM9p/BVN5iHZCd9i/Qiam6X6DRVCqaKaXv6y+ka75l5rsPyNM3VWuAbmgdFi6ZUeQx+EuaNvyLOlD4FVg55Eo2Xc2622Orpsvjpc0r8Ku4sCp2C32YkxnQyzZkuYu5oQol2qvEbM0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713358880; c=relaxed/simple; bh=ek1c/hCbyqp86pL/u1a5SLcMSXjleLPnPjgURcO5Jlw=; h=From:To:Date:Subject:Message-Id; b=NO2otDVGMqJHFVlZQZhe+a3vXYX3uIReFd/FciBvJqtymCM155nsaX1e4RaIGbmoV2LitCR2ePsK38XpnAq9tkz1BfNWbKt2W4lTogrxYCB9DwuQupG7IqDbNU4HiaqOZGWpBlXc0SqIVCe2VFb27B3Hu1qJPdWt43ArGgfX1aU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=plouf.fr.eu.org; spf=pass smtp.mailfrom=plouf.fr.eu.org; arc=none smtp.client-ip=213.41.155.166 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=plouf.fr.eu.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=plouf.fr.eu.org Received: from [192.168.0.252] (helo=chantecler) by zenith with esmtp (Exim 4.89) (envelope-from ) id 1rx4t4-00073d-1e; Wed, 17 Apr 2024 15:01:11 +0200 From: Pascal Hambourg To: Date: Wed, 17 Apr 2024 13:48:22 +0200 Subject: [PATCH] e2fsprogs: misc/mke2fs.8.in: Update default inode size description Message-Id: Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Since a23b50cd ("mke2fs: warn about missing y2038 support when formatting fresh ext4 fs"), the default inode size is 256 bytes for all filesystems, including small and floppy, except for the Hurd since it currently only supports 128-byte inodes. Signed-off-by: Pascal Hambourg --- misc/mke2fs.8.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 30f97bb5..8122e7f7 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -508,8 +508,8 @@ The default inode size is controlled by the file. In the .B mke2fs.conf file shipped with e2fsprogs, the default inode size is 256 bytes for -most file systems, except for small file systems where the inode size -will be 128 bytes. +all file systems, except for the GNU Hurd since it only supports +128-byte inodes. .TP .B \-j Create the file system with an ext3 journal. If the -- 2.39.2