From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-180.mta0.migadu.com (out-180.mta0.migadu.com [91.218.175.180]) (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 2EDCD2F12DB for ; Fri, 27 Feb 2026 02:49:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.180 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772160591; cv=none; b=JDx0BVvEnkcO82+/eJx4/iprG82WntIHWnL1ZU1ySf6Xz7eGyGdqBnrO989sk2y+zF3J3gDcdmSs/wpL0cFSQQfq2ywzy1RnYithfaTIcEoXAnFjzAr73pIFmBUJP3/ljmSsDKXk45xDQJ4YNk/dLMH4AkwQ7OUuX/RrGyjekm8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772160591; c=relaxed/simple; bh=Met7EOpC5mu94IVgDnl7+iiehgg9c/6QNQvvqabZ4/A=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=E8D9fTaWQb8EMDGqTHV3Hz9L2RuBFgP9uIQMn+qf81yQBcyRqMxeb+og95OVy+bCp1rFE+AhugBptiL6x8dhDV3iPMuJyqIWVdop7Prvvofzbkl3vdJY9UNKgtp6prtMhOGcZjisdPZ+FSWhhy2vTa1VsKJZkND7GdioWKpFpxs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=QJoM/Sia; arc=none smtp.client-ip=91.218.175.180 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="QJoM/Sia" Message-ID: <5f8d3202-d7c3-4ab4-a70a-6af5252b2347@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1772160588; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8g+N5S9cDX3bOe8vsqVTYco+4iNlmK58E9+kl9wlIAE=; b=QJoM/SiaDfTmSYLiXhM6uOJCFtsNnxYL2fZY01f0PwMfMxRu3vjKtAUfCbjovVRApDG4wx lKhF1Nc4tx92FPPoUpTTWjuH8ZTQdS6ipyYkncV8tsEnSPi5mQbaDJAOmfej1EJu2CnJmj omw5rkrhnZDQV51d6fkHZL7BA6wr82w= Date: Fri, 27 Feb 2026 10:48:54 +0800 Precedence: bulk X-Mailing-List: linux-cifs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v4 3/5] smb: move filesystem_vol_info into common/fscc.h To: Namjae Jeon Cc: smfrench@gmail.com, chenxiaosong@chenxiaosong.com, linux-cifs@vger.kernel.org, ZhangGuoDong , ChenXiaoSong , Steve French References: <20260225041100.707468-1-zhang.guodong@linux.dev> <20260225041100.707468-4-zhang.guodong@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: ZhangGuoDong In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT Maybe we should keep `vol_serial_number` as `u32`. I will update it in the next version. Do you have any suggestions for the other patches? On 2026/2/27 10:37, Namjae Jeon wrote: > Why did you change vol_serial_number from u32 to __le32 ?