From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752982Ab1ASUqX (ORCPT ); Wed, 19 Jan 2011 15:46:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34617 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751892Ab1ASUqW (ORCPT ); Wed, 19 Jan 2011 15:46:22 -0500 Subject: Re: [PATCH] fs/notify/notification.c: make subsys_initcall static From: Eric Paris To: H Hartley Sweeten Cc: Linux Kernel , agruen@suse.de Date: Wed, 19 Jan 2011 15:46:11 -0500 In-Reply-To: <201101181417.08751.hartleys@visionengravers.com> References: <201101181417.08751.hartleys@visionengravers.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1295469972.21577.36.camel@localhost.localdomain> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2011-01-18 at 14:17 -0700, H Hartley Sweeten wrote: > The symbol fsnotify_notification_init is a subsys_initcall and can be declared > static. > > Signed-off-by: H Hartley Sweeten > Cc: Eric Paris > Cc: Andreas Gruenbacher Applied. Thanks and sorry to be so slow. -Eric