From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.avm.de (mail.avm.de [212.42.244.119]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 692B534C139; Wed, 4 Mar 2026 08:13:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=212.42.244.119 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772612023; cv=none; b=CGv5qg4mDqwOMBk4JBi/hAFyfGF9mFZDafh6rFaZJVVqD1FFJeb7SA5YR0IPoQdML5BYgqQqlrXJ2Y3EAqDNlsk58N68MRg0beiIsnROqqtyHyAP2Uf8Ke3FV5JYEaCQIjWZyylkcvnrDwsg62Z8EXAu585Ro0pqwb813MNA8hM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772612023; c=relaxed/simple; bh=P9GJZeFpPX7LbX740rbXsIsxqHudijGY/adjBMcpt5Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=enFxVW4WM9ksiWvTV+vtPaNd0+Bi0zvtEOoGhP/6W/rlKWv8v0cDN6EkiLxWvoC5gm7LVdIMQ1K35tkYsfrWtEptKJnsESqvaytQdQswOikUkko41OWTqdKYifNH83xvr0+N7bF5tPbh+oDO3PHUnD1gpwInmwXOYUkrbkBrQeM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=avm.de; spf=pass smtp.mailfrom=avm.de; dkim=pass (1024-bit key) header.d=avm.de header.i=@avm.de header.b=WnReWmhV; arc=none smtp.client-ip=212.42.244.119 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=avm.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=avm.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=avm.de header.i=@avm.de header.b="WnReWmhV" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=avm.de; s=mail; t=1772611671; bh=P9GJZeFpPX7LbX740rbXsIsxqHudijGY/adjBMcpt5Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WnReWmhV+02mCZj5vG4N3gT59a7+Bbt/bMRU6gwCVcjmUd/E9DIFB1jhaN4i0sWFv QhAsL3wmx+n0E6cZgBUhEhLHb/yyJ1iEeDZV4bFNpaCRos+Zk5yzkhbNh2w+CZhwPQ 0Sbh9pc6UPIxVWWTY8uALpsELA9rlZtfA9fnIA1c= Received: from [212.42.244.71] (helo=mail.avm.de) by mail.avm.de with ESMTP (eXpurgate 4.55.2) (envelope-from ) id 69a7e857-e508-7f0000032729-7f0000018504-1 for ; Wed, 04 Mar 2026 09:07:51 +0100 Received: from mail-auth.avm.de (dovecot-mx-01.avm.de [212.42.244.71]) by mail.avm.de (Postfix) with ESMTPS; Wed, 4 Mar 2026 09:07:51 +0100 (CET) Date: Wed, 4 Mar 2026 09:07:50 +0100 From: Philipp Hahn To: Markus Elfring Cc: linux-fsdevel@vger.kernel.org, Namjae Jeon , Sungjong Seo , Yuezhang Mo , LKML Subject: Re: [PATCH] exfat: Drop dead assignment of num_clusters Message-ID: Mail-Followup-To: Markus Elfring , linux-fsdevel@vger.kernel.org, Namjae Jeon , Sungjong Seo , Yuezhang Mo , LKML References: <36b3573bb3e4277ad448852479f2cfea7a8ba902.1772534707.git.p.hahn@avm.de> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-purgate-ID: 149429::1772611671-F46199E0-E01D280E/0/0 X-purgate-type: clean X-purgate-size: 241 X-purgate-Ad: Categorized by eleven eXpurgate (R) https://www.eleven.de X-purgate: This mail is considered clean (visit https://www.eleven.de for further information) X-purgate: clean Hello Markus, Am Tue, Mar 03, 2026 at 12:50:07PM +0100 schrieb Markus Elfring: > > num_clusters is not used naywhere afterwards. … > > anywhere? Yes, obviously. Thank you for spotting this. Philipp