All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timothy Shimmin <tes@sgi.com>
To: Christoph Hellwig <hch@lst.de>
Cc: xfs@oss.sgi.com
Subject: Re: [PATCH] fix compilation without CONFIG_PROC_FS
Date: Fri, 04 Jul 2008 17:10:53 +1000	[thread overview]
Message-ID: <486DCCFD.1070007@sgi.com> (raw)
In-Reply-To: <20080702193630.GA19715@lst.de>

I'll check it in.
--Tim

Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> 
> Index: linux-2.6-xfs/fs/xfs/linux-2.6/xfs_stats.h
> ===================================================================
> --- linux-2.6-xfs.orig/fs/xfs/linux-2.6/xfs_stats.h	2008-06-27 15:16:21.000000000 +0200
> +++ linux-2.6-xfs/fs/xfs/linux-2.6/xfs_stats.h	2008-06-27 15:19:18.000000000 +0200
> @@ -146,11 +146,12 @@ extern void xfs_cleanup_procfs(void);
>  
>  static inline int xfs_init_procfs(void)
>  {
> -	return 0
> -};
> +	return 0;
> +}
> +
>  static inline void xfs_cleanup_procfs(void)
>  {
> -};
> +}
>  
>  #endif	/* !CONFIG_PROC_FS */
>  
> 

      reply	other threads:[~2008-07-04  7:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-02 19:36 [PATCH] fix compilation without CONFIG_PROC_FS Christoph Hellwig
2008-07-04  7:10 ` Timothy Shimmin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=486DCCFD.1070007@sgi.com \
    --to=tes@sgi.com \
    --cc=hch@lst.de \
    --cc=xfs@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.