public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 1/3] tst_test: Handle device mkfs/mount int the library
Date: Tue, 14 Feb 2017 16:28:56 +0100	[thread overview]
Message-ID: <20170214152856.GA18208@rei> (raw)
In-Reply-To: <20170214152639.11603-1-chrubis@suse.cz>

Hi!
> +	/* Minimal device size in bytes */
                                  ^
				  This should be megabytes
				  I will fix it in my tree
> +	unsigned int dev_min_size;
> +
> +	/* Device filesystem type override NULL == default */
> +	const char *dev_fs_type;
> +
> +	/* Options passed to SAFE_MKFS() when format_device is set */
> +	struct tst_dev_opts *dev_opts;
> +	const char *const *dev_fs_opts;
> +	const char *dev_extra_opt;
> +
> +	/* Device mount options, used if mount_device is set */
> +	const char *mntpoint;
> +	unsigned int mnt_flags;
> +	void *mnt_data;

-- 
Cyril Hrubis
chrubis@suse.cz

  parent reply	other threads:[~2017-02-14 15:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-14 15:26 [LTP] [PATCH 1/3] tst_test: Handle device mkfs/mount int the library Cyril Hrubis
2017-02-14 15:26 ` [LTP] [PATCH 2/3] syscalls: Make use of format_device/mount_device flags Cyril Hrubis
2017-02-14 15:26 ` [LTP] [PATCH 3/3] ioctl04: Add BLKROSET/BLKROGET test Cyril Hrubis
2017-02-14 15:28 ` Cyril Hrubis [this message]
2017-02-21 11:27 ` [LTP] [PATCH 1/3] tst_test: Handle device mkfs/mount int the library Jan Stancek
2017-03-01 13:59   ` Cyril Hrubis

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=20170214152856.GA18208@rei \
    --to=chrubis@suse.cz \
    --cc=ltp@lists.linux.it \
    /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