Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757586AbcJQHTG (ORCPT ); Mon, 17 Oct 2016 03:19:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38012 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756546AbcJQHS6 (ORCPT ); Mon, 17 Oct 2016 03:18:58 -0400 Date: Mon, 17 Oct 2016 09:19:04 +0200 From: Greg Kroah-Hartman To: Oleg Drokin Cc: devel@driverdev.osuosl.org, Andreas Dilger , James Simmons , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH] staging/lustre/llite: Move unstable_stats from sysfs to debugfs Message-ID: <20161017071904.GA11990@kroah.com> References: <1476638210-208994-1-git-send-email-green@linuxhacker.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476638210-208994-1-git-send-email-green@linuxhacker.ru> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 445 Lines: 14 On Sun, Oct 16, 2016 at 01:16:50PM -0400, Oleg Drokin wrote: > It's multiple values per file, so it has no business being in sysfs, > besides it was assuming seqfile anyway. > > Introduced by > commit d806f30e639b ("staging: lustre: osc: revise unstable pages accounting") In the future, the "correct" format for saying something like this is: Fixes: d806f30e639b ("staging: lustre: osc: revise unstable pages accounting") thanks, greg k-h