Received: by 10.213.65.68 with SMTP id h4csp3025024imn; Mon, 2 Apr 2018 19:44:32 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/oDGDqUlIFl+o4S46chjE5OIEfuFSSQu8191qHtgZt3i2i74ptfRhqFbFNP0ExpB/Hq7X6 X-Received: by 2002:a17:902:bb81:: with SMTP id m1-v6mr11954407pls.71.1522723472257; Mon, 02 Apr 2018 19:44:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522723472; cv=none; d=google.com; s=arc-20160816; b=xmlqlloYMXuU+BkGxGX/yWO498gXdAcSPokIOTlRAJwUwd9RnuckgkUEEyihNllwbc xhxCnpIZK75VBZDoGDV2OmnQ1UL7jrterfc0t4eZOSTkwQ2rA2976vDcsc73LeE1gn8t NHAfWVHFMYLe+/IKhDSRkcDPrrxnlrGE48JMUsTXclLHZvMdA5OiHobKWAWoaYLpxwvC JzQD/fTrWB3D0o0bXuFd3Krk7lEKkgQg3lXbeljM30au/M3cDpuwm6hdQg9LAndb6sAQ xORuWGk2bRpaFn+NuhTxC6l1ovQTDHEgvb0J8DEdPdll4ct+yjtneDLD59lGaGrwWBGK 1Iog== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=VeAt2PnZVOAqRn/r/VTP+qxgDCjoUQJqCkoo59X9qyM=; b=YK0Nxnz9TZWBQHmDNo2WN42psf0Erq/9H7hN40ApOKD+i+B/sE/8W8hfst5QOXgjn6 dGJDD+FmydtmO5BbUyxXbFv2nx3uu9NCpiS7MWMYP9djp+ABR1tqrlO1glsqTdSj1xCA RU1w3j9mCumFPaiT7pIicHMaz+8Rle1OwsSg6+4LIxcQq/eoNOMFDa+4rXCx0VEwkjFB 5kAA25OK7/PyP9z+JtgraFh36Yo8EMlLRrw9WsyBjw+7o0nP9+zKo8qa1GNKuta3XYK4 sx2rDMU/MxE+2PyLVk1XtxK7Wxm8CnRcFSgo+CtLxLax8Sd5SrYrx0BKDJ4V7AsGqguF s9Cw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c18-v6si1780004plo.537.2018.04.02.19.44.18; Mon, 02 Apr 2018 19:44:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752862AbeDCCm0 (ORCPT + 99 others); Mon, 2 Apr 2018 22:42:26 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:60725 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751476AbeDCCmZ (ORCPT ); Mon, 2 Apr 2018 22:42:25 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id A5FB37B420FEB; Tue, 3 Apr 2018 10:42:22 +0800 (CST) Received: from [127.0.0.1] (10.134.22.195) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.361.1; Tue, 3 Apr 2018 10:42:12 +0800 Subject: Re: [PATCH] f2fs: make assignment of t->dentry_bitmap more readable To: Yunlong Song , , , CC: , , , , , References: <1522671740-92824-1-git-send-email-yunlong.song@huawei.com> From: Chao Yu Message-ID: Date: Tue, 3 Apr 2018 10:42:11 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1522671740-92824-1-git-send-email-yunlong.song@huawei.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.134.22.195] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018/4/2 20:22, Yunlong Song wrote: > In make_dentry_ptr_block, it is confused with "&" for t->dentry_bitmap > but without "&" for t->dentry, so delete "&" to make code more readable. > > Signed-off-by: Yunlong Song Reviewed-by: Chao Yu Thanks,