From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754383AbcH2QEF (ORCPT ); Mon, 29 Aug 2016 12:04:05 -0400 Received: from mail.kernel.org ([198.145.29.136]:51652 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750786AbcH2QEE (ORCPT ); Mon, 29 Aug 2016 12:04:04 -0400 Subject: Re: [PATCH 1/2] f2fs: set encryption name flag in add inline entry path To: Shuoran Liu , jaegeuk@kernel.org References: <1472441276-133832-1-git-send-email-liushuoran@huawei.com> Cc: linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net From: Chao Yu Message-ID: <7203f51d-4f63-54c7-d78f-6b269bceb99e@kernel.org> Date: Tue, 30 Aug 2016 00:03:57 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1472441276-133832-1-git-send-email-liushuoran@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/8/29 11:27, Shuoran Liu wrote: > This patch sets encryption name flag in the add inline entry path > if filename is encrypted. > > Signed-off-by: Shuoran Liu Acked-by: Chao Yu