linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nick Piggin <npiggin@suse.de>
To: Dave Chinner <david@fromorbit.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>,
	Christoph Hellwig <hch@infradead.org>, Jan Kara <jack@suse.cz>,
	linux-fsdevel@vger.kernel.org
Subject: Re: [patch] fs: truncate introduce new sequence
Date: Wed, 23 Dec 2009 18:08:21 +1100	[thread overview]
Message-ID: <20091223070821.GA19404@nick> (raw)
In-Reply-To: <20091222122408.GB9611@discord.disaster>

On Tue, Dec 22, 2009 at 11:24:08PM +1100, Dave Chinner wrote:
> On Fri, Dec 18, 2009 at 05:51:09PM +1100, Nick Piggin wrote:
> > +ssize_t
> > +__blockdev_direct_IO(int rw, struct kiocb *iocb, struct inode *inode,
> > +	struct block_device *bdev, const struct iovec *iov, loff_t offset, 
> > +	unsigned long nr_segs, get_block_t get_block, dio_iodone_t end_io,
> > +	int flags)
> > +{
> > +	ssize_t retval;
> > +
> > +	retval = __blockdev_direct_IO(rw, iocb, inode, bdev, iov, offset,
> > +				nr_segs, get_block, end_io, flags);
> 
> __blockdev_direct_IO_newtrunc()?

Thanks. I mustn't have retested dio after merging the latest
direct IO simplifications :(

Will test everything and resend it.


  reply	other threads:[~2009-12-23  7:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-18  6:51 [patch] fs: truncate introduce new sequence Nick Piggin
2009-12-22 12:24 ` Dave Chinner
2009-12-23  7:08   ` Nick Piggin [this message]
2009-12-23  9:29   ` Nick Piggin

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=20091223070821.GA19404@nick \
    --to=npiggin@suse.de \
    --cc=david@fromorbit.com \
    --cc=hch@infradead.org \
    --cc=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=viro@ZenIV.linux.org.uk \
    /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).