From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753088AbbEDKpR (ORCPT ); Mon, 4 May 2015 06:45:17 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:59255 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752740AbbEDKor (ORCPT ); Mon, 4 May 2015 06:44:47 -0400 Message-ID: <55473B90.4070705@huawei.com> Date: Mon, 4 May 2015 17:27:44 +0800 From: "long.wanglong" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Tony Luck CC: , , , , , , , , , Subject: Re: [PATCH] fs/pstore: update the backend parameter in pstore module References: <1427364534-136269-1-git-send-email-long.wanglong@huawei.com> <55142A32.2010906@android.com> In-Reply-To: <55142A32.2010906@android.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.111.88.174] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/3/26 23:48, Mark Salyzyn wrote: > On 03/26/2015 03:08 AM, Wang Long wrote: >> This patch update the module parameter backend, so it is visible >> through /sys/module/pstore/parameters/backend. >> >> For example: >> if pstore backend is ramoops, with this patch: >> # cat /sys/module/pstore/parameters/backend >> ramoops >> and without this patch: >> # cat /sys/module/pstore/parameters/backend >> (null) >> >> Signed-off-by: Wang Long > Ack > > Sincerely -- Mark Salyzyn > > Hi Tony Luck, Could you please help to commit this patch? Thank you. Best Regards Wang Long