From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753091AbbCZPsH (ORCPT ); Thu, 26 Mar 2015 11:48:07 -0400 Received: from mail-ie0-f180.google.com ([209.85.223.180]:33753 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552AbbCZPsE (ORCPT ); Thu, 26 Mar 2015 11:48:04 -0400 Message-ID: <55142A32.2010906@android.com> Date: Thu, 26 Mar 2015 08:48:02 -0700 From: Mark Salyzyn User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Wang Long , keescook@chromium.org, ccross@android.com, anton@enomsg.org, tony.luck@intel.com CC: linux-kernel@vger.kernel.org, peifeiyue@huawei.com, marco.stornelli@gmail.com, anton.vorontsov@linaro.org, sergiu@chromium.org, morgan.wang@huawei.com Subject: Re: [PATCH] fs/pstore: update the backend parameter in pstore module References: <1427364534-136269-1-git-send-email-long.wanglong@huawei.com> In-Reply-To: <1427364534-136269-1-git-send-email-long.wanglong@huawei.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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