linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Martin Michlmayr <tbm@cyrius.com>
To: Alexander Beregalov <a.beregalov@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	rathamahata@php4.ru, linux-fsdevel@vger.kernel.org,
	akpm@linux-foundation.org
Subject: Re: [PATCH] befs: fix build on parisc
Date: Wed, 8 Apr 2009 14:32:40 -0700	[thread overview]
Message-ID: <20090408213240.GA12401@deprecation.cyrius.com> (raw)
In-Reply-To: <a4423d670904010632h35a20b8er8003578b5075189d@mail.gmail.com>

* Alexander Beregalov <a.beregalov@gmail.com> [2009-04-01 17:32]:
> Fix this build error on parisc:
> fs/befs/super.c:85: error: 'PAGE_SIZE' undeclared

Same on ARM and MIPS, and your patch fixes it.  I hope this will go in
soon.

Tested-by: Martin Michlmayr <tbm@cyrius.com>

> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
> ---
> 
>  fs/befs/super.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/fs/befs/super.c b/fs/befs/super.c
> index 41f2b4d..ca40f82 100644
> --- a/fs/befs/super.c
> +++ b/fs/befs/super.c
> @@ -8,6 +8,7 @@
>   */
> 
>  #include <linux/fs.h>
> +#include <asm/page.h> /* for PAGE_SIZE */
> 
>  #include "befs.h"
>  #include "super.h"
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Martin Michlmayr
http://www.cyrius.com/

      reply	other threads:[~2009-04-08 21:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-01 13:32 [PATCH] befs: fix build on parisc Alexander Beregalov
2009-04-08 21:32 ` Martin Michlmayr [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=20090408213240.GA12401@deprecation.cyrius.com \
    --to=tbm@cyrius.com \
    --cc=a.beregalov@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rathamahata@php4.ru \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).