From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:50096 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726499AbfABJiU (ORCPT ); Wed, 2 Jan 2019 04:38:20 -0500 From: David Howells In-Reply-To: <20181226030642.72757-1-kjlu@umn.edu> References: <20181226030642.72757-1-kjlu@umn.edu> To: Kangjie Lu Cc: dhowells@redhat.com, pakki001@umn.edu, Alexey Dobriyan , Andrew Morton , Davidlohr Bueso , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] fs: proc: check status of register_filesystem MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <27106.1546421897.1@warthog.procyon.org.uk> Date: Wed, 02 Jan 2019 09:38:17 +0000 Message-ID: <27107.1546421897@warthog.procyon.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Kangjie Lu wrote: > + pr_err("failed to register the filesystem.\n"); Is it worth saying which filesystem? David