linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, linux-raid@vger.kernel.org,
	Goldwyn Rodrigues <rgoldwyn@suse.com>
Subject: [RFC PATCH] md-cluster: does_sb_need_changing() can be static
Date: Wed, 30 Sep 2015 00:30:45 +0800	[thread overview]
Message-ID: <20150929163044.GA12725@xian> (raw)
In-Reply-To: <1443540089-5398-4-git-send-email-rgoldwyn@suse.com>


Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
 md.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/md/md.c b/drivers/md/md.c
index 09d1384..ae90e3c 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -2196,7 +2196,7 @@ static void sync_sbs(struct mddev *mddev, int nospares)
 	}
 }
 
-bool does_sb_need_changing(struct mddev *mddev)
+static bool does_sb_need_changing(struct mddev *mddev)
 {
 	struct md_rdev *rdev;
 	struct mdp_superblock_1 *sb;

      parent reply	other threads:[~2015-09-29 16:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-29 15:21 [PATCH 0/3] md-cluster: A better way for METADATA_UPDATED processing Goldwyn Rodrigues
2015-09-29 15:21 ` [PATCH 1/3] remove_and_add_spares() to activate specific rdev Goldwyn Rodrigues
2015-09-29 15:21 ` [PATCH 2/3] md-cluster: Improve md_reload_sb to be less error prone Goldwyn Rodrigues
2015-09-29 15:49   ` kbuild test robot
2015-09-29 16:02   ` kbuild test robot
2015-09-29 16:22   ` kbuild test robot
2015-09-29 16:22   ` [RFC PATCH] md-cluster: __md_error() can be static kbuild test robot
2015-09-30  1:56   ` [PATCH 2/3] md-cluster: Improve md_reload_sb to be less error prone kbuild test robot
2015-09-29 15:21 ` [PATCH 3/3] md-cluster: Perform a lazy update Goldwyn Rodrigues
2015-09-29 16:30   ` kbuild test robot
2015-09-29 16:30   ` kbuild test robot [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=20150929163044.GA12725@xian \
    --to=lkp@intel.com \
    --cc=kbuild-all@01.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=rgoldwyn@suse.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 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).