public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@sandeen.net>
To: Eric Sandeen <sandeen@redhat.com>, xfs-oss <xfs@oss.sgi.com>
Subject: Re: [PATCH V2] xfs_io: add mremap command
Date: Fri, 12 Sep 2014 11:22:17 -0500	[thread overview]
Message-ID: <54131DB9.9010307@sandeen.net> (raw)
In-Reply-To: <5411171F.6010704@sandeen.net>

On 9/10/14 10:29 PM, Eric Sandeen wrote:
> This adds a simple mremap command to xfs_io.
>
> It does not take a start address; it uses the existing
> start address, so the sized passed will be the new total
> size of the mapping.
>
> Signed-off-by: Eric Sandeen <sandeen@redhat.com>
> ---


> +int
> +mremap_f(
> +    int        argc,
> +    char        **argv)
> +{
> +    ssize_t        new_length;
> +    void        *new_addr;
> +    int        flags = 0;
> +    int        c;
> +    size_t        blocksize, sectsize;
> +

Crap, and I just realized my mailer has started swapping tabs for spaces; my last several patches are probably corrupted this way.  Grumble.

-Eric

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

  reply	other threads:[~2014-09-12 16:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-11  3:25 [PATCH] xfs_io: add mremap command Eric Sandeen
2014-09-11  3:29 ` [PATCH V2] " Eric Sandeen
2014-09-12 16:22   ` Eric Sandeen [this message]
2014-09-12 16:54 ` [PATCH V3] " Eric Sandeen
2014-09-13 19:45   ` Christoph Hellwig
2014-09-13 20:12     ` Eric Sandeen

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=54131DB9.9010307@sandeen.net \
    --to=sandeen@sandeen.net \
    --cc=sandeen@redhat.com \
    --cc=xfs@oss.sgi.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