From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta1.migadu.com (out-171.mta1.migadu.com [95.215.58.171]) (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 6A3922236E9 for ; Tue, 28 Oct 2025 04:05:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761624323; cv=none; b=nK/Znju+6zrUAJ4iyRtulJMTdxsL+UbkmFUXRGeP6jtPWqSc+RjgD1Vg0++2F5ABVAsZ+1xCU1eUDpnejt/FGfkFxxtAWjDHwHnxo9APlfkSYHZyhn9iUjKcSLtftzHcQTWyUIzHOLII8ci0DVRbheoHWkcX5t5Sgnz8UsbKyFM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761624323; c=relaxed/simple; bh=Nfsq+JtkBw9KVVTd9umdC+x300tX0xxu2EiJF7U4ess=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=jZtGP2XGOqR/NICa26f6fmzSiK4LqHyrc5LcpCWa8VKLC0MBf4WygpdINBgiv42l+vaEJvbnBJq+fuEYL1HD9wIspGuHqH9K8SWqUml28ZMIiGX9gaaXDbMuSpyHQm2pAnwRlolE1Mfz3I7oSbcH97Bde78jfdKEWaa1ml9RY0Y= 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=bAPvYg4G; arc=none smtp.client-ip=95.215.58.171 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="bAPvYg4G" Message-ID: <6679610e-0e8f-43bb-a994-b9949e636b8c@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1761624309; 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=6p99fq4+aDu3NTN4hgnbdTua/gnvTFt7Efn6aq9U9xs=; b=bAPvYg4GM8fKkx3FypH717P+5CrENSFEGrtWgvzwgxJQ9wtzrBzzD1V1+HKwu8QZ4+e3Jx aKxwFguUc/Ld0+3hhEhqIH1VSOoYe/RjISA+znjK4Rt4Tr/0P5kJeSsEDtVypqjCxvBYfa iJWnCxrLd8iq/I7YhczzFzcolGTJZxI= Date: Tue, 28 Oct 2025 12:04:19 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v4 13/24] smb: move FILE_BOTH_DIRECTORY_INFO to common/smb1pdu.h To: Namjae Jeon Cc: sfrench@samba.org, smfrench@gmail.com, linkinjeon@samba.org, christophe.jaillet@wanadoo.fr, linux-cifs@vger.kernel.org, linux-kernel@vger.kernel.org, ChenXiaoSong References: <20251027071316.3468472-1-chenxiaosong.chenxiaosong@linux.dev> <20251027071316.3468472-14-chenxiaosong.chenxiaosong@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: ChenXiaoSong In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT OK, I’ll try to create a new common/fscc.h. On 10/28/25 11:39 AM, Namjae Jeon wrote: > On Mon, Oct 27, 2025 at 4:15 PM wrote: >> >> From: ChenXiaoSong >> >> Rename "struct file_both_directory_info" to "FILE_BOTH_DIRECTORY_INFO", >> then move duplicate definitions to common header file. >> >> Signed-off-by: ChenXiaoSong > file information classes are defined in ms-fscc specification. > So we can move them to fscc.h. Please check other your patches also. -- Thanks, ChenXiaoSong.