From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E2A252DA767; Fri, 13 Jun 2025 08:07:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749802030; cv=none; b=E8kmJT2TwE/ZULooWIa9tce9bYwiLOhMS2G3WT6mP+XslK+ND/fedTtxMB2CtEXc/j6ZWa2UQvr/QKHu5LVV4pCw8lx12scnPo4ZL+RimCubWZ6LJQ3k/apTP+GwDTtgIsIwOcRbJ3kokyBmFJi3IRHlACF+KDjBWytX+6G61aE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1749802030; c=relaxed/simple; bh=FguKn5cWBBBVfu317SRW++wMPeu6yXq2aquB7LyL3Vw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=V28c3omZbqlnWnrrcL6szRWl9A2n2Zw8QRfY0zoksJFUfcDzO9xA+bqmx7DgnUJFEPQPZMMp4RhaRXqlFZg1ITJkLO0qOLqcW5B1paC++FX7Qiws3BmzRzxL7Ct+p+egboJZsGPSQkN6Ej/aSc7AAb31rAlIMsgK+miOflW91z0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=E6SmUy65; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="E6SmUy65" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC262C4CEE3; Fri, 13 Jun 2025 08:07:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1749802029; bh=FguKn5cWBBBVfu317SRW++wMPeu6yXq2aquB7LyL3Vw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=E6SmUy651+0syjkpXgiF0ZllUAG6RLTxi9pFGfGH9racoJk82/bGawR4G/TPZj54o JppnPAyBSh7pKRWuPK6OYMFEBWC0izd1Jp6qKhtIMk+XyH+jmtUwzIdKcHNDdF4YPm x8WPhR3rf/KKBUJ5+MCc47W87cXTG1OE6jXITt8nVJ993s55S5efpnN6GzXxCRai4/ z2PdCIQsOISOwZT8rKTQ7IlcM7+ng6FTp27DpzQGfTOZdfkkL3JC83eR6rPft6Clf6 YyXSskRmsm57JwEydU8p7GQjMd6kzeq/KOzW2CZELTGdl1bbMn+9c+dBR86XpTZ+at U1EmJL3YcTp1w== Message-ID: <839d0ce4-375a-4888-94b8-c2827208263d@kernel.org> Date: Fri, 13 Jun 2025 17:07:07 +0900 Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] zonefs: use ZONEFS_SUPER_SIZE instead of PAGE_SIZE To: Johannes Thumshirn , linux-fsdevel@vger.kernel.org Cc: linux-block@vger.kernel.org, Christoph Hellwig , Johannes Thumshirn References: Content-Language: en-US From: Damien Le Moal Organization: Western Digital Research In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 4/29/25 22:42, Johannes Thumshirn wrote: > From: Johannes Thumshirn > > Use ZONEFS_SUPER_SIZE constant instead of PAGE_SIZE allocating memory for > reading the super block in zonefs_read_super(). > > While PAGE_SIZE technically isn't incorrect as Linux doesn't support pages > smaller than 4k ZONEFS_SUPER_SIZE is semantically more correct. > > Signed-off-by: Johannes Thumshirn Applied to for-6.17. Thanks ! -- Damien Le Moal Western Digital Research