From: Andrew Morton <akpm@linux-foundation.org>
To: Bastian Blank <bastian@waldi.eu.org>
Cc: linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Fix ext4 bitops
Date: Fri, 1 Feb 2008 12:22:57 -0800 [thread overview]
Message-ID: <20080201122257.9524c2bb.akpm@linux-foundation.org> (raw)
In-Reply-To: <20080201200208.GA28274@wavehammer.waldi.eu.org>
On Fri, 1 Feb 2008 21:02:08 +0100
Bastian Blank <bastian@waldi.eu.org> wrote:
> Fix ext4 bitops.
>
This is incomplete. Please tell us what was "fixed".
If it was a build error then please quote the compile error output in the
changelog, as well as the usual description of what the problem is, and how
it was fixed.
>
> diff --git a/include/asm-s390/bitops.h b/include/asm-s390/bitops.h
> index dba6fec..47844fc 100644
> --- a/include/asm-s390/bitops.h
> +++ b/include/asm-s390/bitops.h
> @@ -762,6 +762,8 @@ static inline int sched_find_first_bit(unsigned long *b)
> * 23 22 21 20 19 18 17 16 31 30 29 28 27 26 25 24
> */
>
> +#include <asm-generic/bitops/le.h>
> +
> #define ext2_set_bit(nr, addr) \
> __test_and_set_bit((nr)^(__BITOPS_WORDSIZE - 8), (unsigned long *)addr)
> #define ext2_set_bit_atomic(lock, nr, addr) \
next prev parent reply other threads:[~2008-02-01 20:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-01 20:02 [PATCH] Fix ext4 bitops Bastian Blank
2008-02-01 20:22 ` Andrew Morton [this message]
2008-02-01 21:04 ` Bastian Blank
2008-02-03 12:12 ` Heiko Carstens
2008-02-03 12:39 ` Geert Uytterhoeven
2008-02-03 12:39 ` Geert Uytterhoeven
2008-02-04 4:50 ` Aneesh Kumar K.V
2008-02-04 4:50 ` Aneesh Kumar K.V
2008-02-04 9:24 ` Heiko Carstens
2008-02-04 9:24 ` Heiko Carstens
2008-02-04 9:29 ` Aneesh Kumar K.V
2008-02-04 9:29 ` Aneesh Kumar K.V
2008-02-04 20:11 ` Geert Uytterhoeven
2008-02-04 20:11 ` Geert Uytterhoeven
-- strict thread matches above, loose matches on Subject: below --
2008-02-01 20:02 Bastian Blank
2008-02-03 7:36 ` Benjamin Herrenschmidt
2008-02-04 5:22 ` Aneesh Kumar K.V
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=20080201122257.9524c2bb.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bastian@waldi.eu.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
/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.