From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752258AbcABWGH (ORCPT ); Sat, 2 Jan 2016 17:06:07 -0500 Received: from a.ns.miles-group.at ([95.130.255.143]:11949 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751937AbcABWGE (ORCPT ); Sat, 2 Jan 2016 17:06:04 -0500 Subject: Re: [PATCH] orangefs: Don't pollute global namespace To: martin@omnibond.com References: <1451772287-5447-1-git-send-email-richard@nod.at> Cc: viro@ZenIV.linux.org.uk, arnd@arndb.de, yi9@clemson.edu, linux-kernel@vger.kernel.org From: Richard Weinberger Message-ID: <568849CA.9060908@nod.at> Date: Sat, 2 Jan 2016 23:06:02 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <1451772287-5447-1-git-send-email-richard@nod.at> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 02.01.2016 um 23:04 schrieb Richard Weinberger: > Prefix public functions with "orangefs_" do don't > pollute the global namespace. > > This fixes a build issue on UML which also has block_signals(). > > Signed-off-by: Richard Weinberger > --- > fs/orangefs/orangefs-kernel.h | 4 ++-- > fs/orangefs/orangefs-utils.c | 4 ++-- > fs/orangefs/waitqueue.c | 6 +++--- > 3 files changed, 7 insertions(+), 7 deletions(-) FYI, this patch applies to -next. Thanks, //richard