From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Wed, 04 Nov 2015 01:23:51 +0000 Subject: Re: [patch] staging: lustre: remove unused variable Message-Id: <20151104012351.GA9784@kroah.com> List-Id: References: <20151103221616.GD19280@mwanda> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lustre-devel@lists.lustre.org On Tue, Nov 03, 2015 at 10:38:15PM +0000, Simmons, James A. wrote: > > >The "->lr_lvb_data" struct member is never used. Delete it. > > > >Signed-off-by: Dan Carpenter > >--- > >I have compile tested this. I looked through the history and it seems > >to never have been used. I wonder if we can remove the locking as well. > > This is used by the quota and ofd layer which are both server side. What does that mean here? confused, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Tue, 3 Nov 2015 17:23:51 -0800 Subject: [lustre-devel] [patch] staging: lustre: remove unused variable In-Reply-To: References: <20151103221616.GD19280@mwanda> Message-ID: <20151104012351.GA9784@kroah.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lustre-devel@lists.lustre.org On Tue, Nov 03, 2015 at 10:38:15PM +0000, Simmons, James A. wrote: > > >The "->lr_lvb_data" struct member is never used. Delete it. > > > >Signed-off-by: Dan Carpenter > >--- > >I have compile tested this. I looked through the history and it seems > >to never have been used. I wonder if we can remove the locking as well. > > This is used by the quota and ofd layer which are both server side. What does that mean here? confused, greg k-h