From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751822AbbKIM2o (ORCPT ); Mon, 9 Nov 2015 07:28:44 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:38973 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751342AbbKIM2n (ORCPT ); Mon, 9 Nov 2015 07:28:43 -0500 Date: Mon, 9 Nov 2015 15:28:31 +0300 From: Dan Carpenter To: "Drokin, Oleg" Cc: Shivani Bhardwaj , "" , "" , "Dilger, Andreas" , "" Subject: Re: [PATCH 1/9] Staging: lustre: dir: Replace function calls Message-ID: <20151109121433.GT18797@mwanda> References: <504dcfb03fcd3e1f0675efbbe8f1e572a9ce58f7.1446881645.git.shivanib134@gmail.com> <2B48387D-9D06-4FEB-B8A0-53EEC28EC9A4@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2B48387D-9D06-4FEB-B8A0-53EEC28EC9A4@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org If we ever need the wrapper, we can add it again. These wrappers only hurt readability because they trick you into thinking there is some reference counting or something but it's just an ordinary kfree(). regards, dan carpenter