login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
June
»
27
Re: [PATCH 2/2] block: defer the use of inline biovecs for discard requests
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Mike Snitzer
Subject:
Re: [PATCH 2/2] block: defer the use of inline biovecs for discard requests
Date: Sunday, June 27, 2010 - 7:00 am
On Sun, Jun 27 2010 at 5:39am -0400, Christoph Hellwig <hch@lst.de> wrote:
quoted text
> On Sat, Jun 26, 2010 at 03:56:51PM -0400, Mike Snitzer wrote: > > Don't alloc discard bio with a biovec in blkdev_issue_discard. Doing so > > means bio_has_data() will not be true until the SCSI layer adds the > > payload to the discard request via blk_add_request_payload. > > > > bio_{enable,disable}_inline_vecs are not expected to be widely used so > > they were exported using EXPORT_SYMBOL_GPL. > > Why do we need them exported at all?
Hmm, good point!
quoted text
> Also some comments on these functions would be useful.
OK.
quoted text
> Otherwise it looks good to me.
Thanks, I'll get a v2 of this patch out. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH, RFC] block: don't allocate a payload for discard r ...
, Christoph Hellwig
, (Fri Jun 18, 7:59 am)
Re: [PATCH, RFC] block: don't allocate a payload for disca ...
, Mike Snitzer
, (Fri Jun 18, 9:25 pm)
Re: [PATCH, RFC] block: don't allocate a payload for disca ...
, Mike Snitzer
, (Tue Jun 22, 11:00 am)
[PATCH 1/2] block: fix leaks associated with discard reque ...
, Mike Snitzer
, (Sat Jun 26, 12:56 pm)
[PATCH 2/2] block: defer the use of inline biovecs for dis ...
, Mike Snitzer
, (Sat Jun 26, 12:56 pm)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, FUJITA Tomonori
, (Sun Jun 27, 1:49 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Sun Jun 27, 2:26 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Sun Jun 27, 2:38 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Christoph Hellwig
, (Sun Jun 27, 2:39 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, FUJITA Tomonori
, (Sun Jun 27, 3:01 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, FUJITA Tomonori
, (Sun Jun 27, 3:35 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Sun Jun 27, 4:07 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, FUJITA Tomonori
, (Sun Jun 27, 5:32 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Mike Snitzer
, (Sun Jun 27, 7:00 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Mike Snitzer
, (Sun Jun 27, 7:16 am)
[PATCH 2/2 v2] block: defer the use of inline biovecs for ...
, Mike Snitzer
, (Sun Jun 27, 7:55 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Sun Jun 27, 8:33 am)
Re: [PATCH 2/2 v2] block: defer the use of inline biovecs ...
, Christoph Hellwig
, (Sun Jun 27, 8:33 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Sun Jun 27, 8:35 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, FUJITA Tomonori
, (Sun Jun 27, 9:23 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Mon Jun 28, 12:57 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Jens Axboe
, (Mon Jun 28, 1:18 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, FUJITA Tomonori
, (Mon Jun 28, 1:45 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, FUJITA Tomonori
, (Mon Jun 28, 3:33 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Mike Snitzer
, (Mon Jun 28, 5:29 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Jens Axboe
, (Mon Jun 28, 5:34 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Mike Snitzer
, (Mon Jun 28, 5:37 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Jens Axboe
, (Mon Jun 28, 5:41 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Christoph Hellwig
, (Mon Jun 28, 5:44 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Mike Snitzer
, (Mon Jun 28, 5:45 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Jens Axboe
, (Mon Jun 28, 5:49 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, FUJITA Tomonori
, (Mon Jun 28, 8:15 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Mon Jun 28, 8:25 am)
Re: [PATCH 2/2] block: defer the use of inline biovecs for ...
, Mike Snitzer
, (Mon Jun 28, 8:31 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Martin K. Petersen
, (Mon Jun 28, 10:16 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Boaz Harrosh
, (Tue Jun 29, 1:00 am)
Re: [dm-devel] [PATCH 1/2] block: fix leaks associated wit ...
, Mikulas Patocka
, (Tue Jun 29, 3:28 pm)
Re: [dm-devel] [PATCH 1/2] block: fix leaks associated wit ...
, James Bottomley
, (Tue Jun 29, 4:03 pm)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Mike Snitzer
, (Tue Jun 29, 4:51 pm)
Re: [dm-devel] [PATCH 1/2] block: fix leaks associated wit ...
, Mikulas Patocka
, (Tue Jun 29, 5:11 pm)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Boaz Harrosh
, (Wed Jun 30, 1:32 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Wed Jun 30, 1:42 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Christoph Hellwig
, (Wed Jun 30, 3:41 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Boaz Harrosh
, (Wed Jun 30, 3:57 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, FUJITA Tomonori
, (Wed Jun 30, 4:55 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Mike Snitzer
, (Wed Jun 30, 5:18 am)
Re: [dm-devel] [PATCH 1/2] block: fix leaks associated wit ...
, James Bottomley
, (Wed Jun 30, 7:22 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Mike Snitzer
, (Wed Jun 30, 8:36 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, James Bottomley
, (Wed Jun 30, 9:26 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, FUJITA Tomonori
, (Wed Jun 30, 9:21 pm)
Re: [dm-devel] [PATCH 1/2] block: fix leaks associated wit ...
, Mikulas Patocka
, (Thu Jul 1, 5:28 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Mike Snitzer
, (Thu Jul 1, 5:46 am)
Re: [dm-devel] [PATCH 1/2] block: fix leaks associated wit ...
, Alasdair G Kergon
, (Thu Jul 1, 5:49 am)
Re: [PATCH 1/2] block: fix leaks associated with discard r ...
, Mikulas Patocka
, (Thu Jul 1, 7:03 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3
Vivek Goyal
[PATCH] x86_64: Display more intutive error message if kernel is not 2MB aligned
Andi Kleen
[PATCH] [0/35] Some x86 2.6.22 candidate patches for review
Andrew Morton
Re: [PATCH] lazy freeing of memory through MADV_FREE 2/2
Peter Zijlstra
Re: [RFC PATCH 1/2] Marker probes in futex.c
git
:
Felipe Contreras
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Johannes Schindelin
Re: [PATCH] Fix install-doc-quick target
Nicolas Pitre
Re: About git and the use of SHA-1
Alex Riesen
Re: git exclude patterns for directory
git-commits-head
:
Linux Kernel Mailing List
sh: Fix compile error by operands(mov.l) in sh3/entry.S
Linux Kernel Mailing List
New device ID for sc92031 [1088:2031]
Linux Kernel Mailing List
powerpc/kexec: Add support for FSL-BookE
Linux Kernel Mailing List
[ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16
Linux Kernel Mailing List
drivers/acpi: use kasprintf
linux-netdev
:
David Dillow
Re: [PATCH 2.6.30-rc4] r8169: avoid losing MSI interrupts
Andi Kleen
Re: RFC: Nagle latency tuning
Paul E. McKenney
Re: [PATCH 1/3] rcu: Introduce hlist_nulls variant of hlist
Russell King
Re: [BUG] New Kernel Bugs
David Miller
Re: mac80211 truesize bugs
openbsd-misc
:
Andres Salazar
About priorities in /etc/resolv.conf
Rob Shepherd
x86 hardware for router system
Henning Brauer
Re: Sun Blade 1000?
Mitja Muženič
Re: isakmpd -- NCP IPsec client: peer proposed invalid phase 2 IDs
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate