From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752419AbdEIJKj (ORCPT ); Tue, 9 May 2017 05:10:39 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:32971 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750968AbdEIJKi (ORCPT ); Tue, 9 May 2017 05:10:38 -0400 Date: Tue, 9 May 2017 02:10:34 -0700 From: Guru Das Srinagesh To: Dan Carpenter Cc: oleg.drokin@intel.com, andreas.dilger@intel.com, jsimmons@infradead.org, gregkh@linuxfoundation.org, joe@perches.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, lustre-devel@lists.lustre.org Subject: Re: [PATCH v4] staging: lustre: llite: Fix variable length array warning Message-ID: <20170509091034.GA29060@alpha> References: <1494313036-15955-1-git-send-email-gurooodas@gmail.com> <20170509083136.auumomyrgat4oc2k@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170509083136.auumomyrgat4oc2k@mwanda> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 09, 2017 at 11:31:36AM +0300, Dan Carpenter wrote: > Just ignore the warning. > Thank you for your comments on this patch.