From: Zhilong Liu <zlliu@suse.com>
To: Jes.Sorensen@gmail.com
Cc: linux-raid@vger.kernel.org, Zhilong Liu <zlliu@suse.com>
Subject: [mdadm PATCH 0/2] unify stat and fstat into functions
Date: Tue, 2 May 2017 11:26:44 +0800 [thread overview]
Message-ID: <20170502032646.20220-1-zlliu@suse.com> (raw)
Hi, Jes;
This two patches mainly unified the stat and fstat operations,
declare new function for them and decrease the repeated codes.
Also fix one bug in WaitClean(), it forgot to check the block
device.
Thanks,
Zhilong
Zhilong Liu (2):
util: unify fstat operations into function
util: unify stat operations into function
Assemble.c | 24 +++++++-----------------
Build.c | 30 +++++++-----------------------
Create.c | 23 ++++++++++-------------
Grow.c | 10 ++++------
Incremental.c | 52 +++++++++++++++-------------------------------------
Manage.c | 13 ++-----------
Monitor.c | 16 ++++------------
bitmap.c | 10 +---------
mdadm.h | 2 ++
super-ddf.c | 10 ++++------
super-intel.c | 23 +++++++----------------
util.c | 34 ++++++++++++++++++++++++++++++++++
12 files changed, 97 insertions(+), 150 deletions(-)
--
2.10.2
next reply other threads:[~2017-05-02 3:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-02 3:26 Zhilong Liu [this message]
2017-05-02 3:26 ` [mdadm PATCH 1/2] util: unify fstat operations into function Zhilong Liu
2017-05-02 13:50 ` Jes Sorensen
2017-05-02 3:26 ` [mdadm PATCH 2/2] util: unify stat " Zhilong Liu
2017-05-02 13:50 ` Jes Sorensen
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=20170502032646.20220-1-zlliu@suse.com \
--to=zlliu@suse.com \
--cc=Jes.Sorensen@gmail.com \
--cc=linux-raid@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 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).