From: Wanlong Gao <gaowanlong@cn.fujitsu.com>
To: DAN LI <li.dan@cn.fujitsu.com>
Cc: LTP list <ltp-list@lists.sourceforge.net>
Subject: Re: [LTP] [PATCH] mount/mount05.c: format the device when necessary
Date: Tue, 27 Aug 2013 10:20:54 +0800 [thread overview]
Message-ID: <521C0D06.7040602@cn.fujitsu.com> (raw)
In-Reply-To: <521AF0C8.6020704@cn.fujitsu.com>
On 08/26/2013 02:08 PM, DAN LI wrote:
>
> Format the device only when "-D device" & "-T type" are specified.
>
> Signed-off-by: DAN LI <li.dan@cn.fujitsu.com>
> ---
> testcases/kernel/syscalls/mount/mount05.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/testcases/kernel/syscalls/mount/mount05.c b/testcases/kernel/syscalls/mount/mount05.c
> index 4b2a07c..b4be67b 100644
> --- a/testcases/kernel/syscalls/mount/mount05.c
> +++ b/testcases/kernel/syscalls/mount/mount05.c
> @@ -113,7 +113,6 @@ int main(int argc, char *argv[])
> void setup(void)
> {
> tst_require_root(NULL);
> - tst_mkfs(NULL, device, fstype, NULL);
>
> tst_sig(NOFORK, DEF_HANDLER, cleanup);
>
> @@ -122,9 +121,12 @@ void setup(void)
> SAFE_MKDIR(cleanup, mntpoint_src, DIR_MODE);
> SAFE_MKDIR(cleanup, mntpoint_des, DIR_MODE);
>
> - if (dflag && tflag)
> + if (dflag && tflag) {
If "-T" option is not specified, the default fs_type is "ext2",
then we can also format the device.
> + tst_mkfs(NULL, device, fstype, NULL);
And here "fstype" should be changed to "fs_type", right?
Thanks,
Wanlong Gao
> +
> if (mount(device, mntpoint_src, fs_type, 0, NULL) == -1)
> tst_brkm(TBROK | TERRNO, cleanup, "mount failed");
> + }
>
> SAFE_FILE_PRINTF(cleanup, file_src, "TEST FILE");
>
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
prev parent reply other threads:[~2013-08-27 2:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-26 6:08 [LTP] [PATCH] mount/mount05.c: format the device when necessary DAN LI
2013-08-27 2:20 ` Wanlong Gao [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=521C0D06.7040602@cn.fujitsu.com \
--to=gaowanlong@cn.fujitsu.com \
--cc=li.dan@cn.fujitsu.com \
--cc=ltp-list@lists.sourceforge.net \
/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