From: Bob Peterson <rpeterso@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 1/1 linux-next] GFS2: use BIT() macro
Date: Tue, 2 Aug 2016 13:19:42 -0400 (EDT) [thread overview]
Message-ID: <1044049873.22806930.1470158382452.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <1469370252-5466-1-git-send-email-fabf@skynet.be>
----- Original Message -----
| Replace 1 << value shift by more explicit BIT() macro
|
| Also fixes two bare unsigned definitions:
|
| WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
| + unsigned hsize = BIT(ip->i_depth);
|
| Signed-off-by: Fabian Frederick <fabf@skynet.be>
| ---
| fs/gfs2/aops.c | 2 +-
| fs/gfs2/bmap.c | 6 +++---
| fs/gfs2/dir.c | 20 ++++++++++----------
| fs/gfs2/glock.c | 2 +-
| fs/gfs2/inode.h | 2 +-
| fs/gfs2/ops_fstype.c | 8 ++++----
| fs/gfs2/quota.c | 4 ++--
| fs/gfs2/super.c | 2 +-
| 8 files changed, 23 insertions(+), 23 deletions(-)
|
Hi Fabian,
Thanks. This is now applied to the for-next branch of the linux-gfs2 tree:
https://git.kernel.org/cgit/linux/kernel/git/gfs2/linux-gfs2.git/commit/fs/gfs2?h=for-next&id=47a9a527946842dd8d83d4c8c8be22b2615b65f5
Regards,
Bob Peterson
Red Hat File Systems
WARNING: multiple messages have this Message-ID (diff)
From: Bob Peterson <rpeterso@redhat.com>
To: Fabian Frederick <fabf@skynet.be>
Cc: Steven Whitehouse <swhiteho@redhat.com>,
linux-kernel@vger.kernel.org, cluster-devel@redhat.com,
Andreas Gruenbacher <agruenba@redhat.com>
Subject: Re: [PATCH 1/1 linux-next] GFS2: use BIT() macro
Date: Tue, 2 Aug 2016 13:19:42 -0400 (EDT) [thread overview]
Message-ID: <1044049873.22806930.1470158382452.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <1469370252-5466-1-git-send-email-fabf@skynet.be>
----- Original Message -----
| Replace 1 << value shift by more explicit BIT() macro
|
| Also fixes two bare unsigned definitions:
|
| WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
| + unsigned hsize = BIT(ip->i_depth);
|
| Signed-off-by: Fabian Frederick <fabf@skynet.be>
| ---
| fs/gfs2/aops.c | 2 +-
| fs/gfs2/bmap.c | 6 +++---
| fs/gfs2/dir.c | 20 ++++++++++----------
| fs/gfs2/glock.c | 2 +-
| fs/gfs2/inode.h | 2 +-
| fs/gfs2/ops_fstype.c | 8 ++++----
| fs/gfs2/quota.c | 4 ++--
| fs/gfs2/super.c | 2 +-
| 8 files changed, 23 insertions(+), 23 deletions(-)
|
Hi Fabian,
Thanks. This is now applied to the for-next branch of the linux-gfs2 tree:
https://git.kernel.org/cgit/linux/kernel/git/gfs2/linux-gfs2.git/commit/fs/gfs2?h=for-next&id=47a9a527946842dd8d83d4c8c8be22b2615b65f5
Regards,
Bob Peterson
Red Hat File Systems
next prev parent reply other threads:[~2016-08-02 17:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-24 14:24 [Cluster-devel] [PATCH 1/1 linux-next] GFS2: use BIT() macro Fabian Frederick
2016-07-24 14:24 ` Fabian Frederick
2016-07-26 7:02 ` [Cluster-devel] " Andreas Gruenbacher
2016-07-26 7:02 ` Andreas Gruenbacher
2016-08-02 17:19 ` Bob Peterson [this message]
2016-08-02 17:19 ` Bob Peterson
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=1044049873.22806930.1470158382452.JavaMail.zimbra@redhat.com \
--to=rpeterso@redhat.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.