The patch titled i-oat-tighten-descriptor-setup-performance-fix has been removed from the -mm tree. Its filename was i-oat-tighten-descriptor-setup-performance-fix.patch This patch was dropped because it was folded into i-oat-tighten-descriptor-setup-performance.patch ------------------------------------------------------ Subject: i-oat-tighten-descriptor-setup-performance-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Cc: Dan Williams <dan.j.williams@xxxxxxxxx> Cc: Shannon Nelson <shannon.nelson@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/dma/ioat_dma.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff -puN drivers/dma/ioat_dma.c~i-oat-tighten-descriptor-setup-performance-fix drivers/dma/ioat_dma.c --- a/drivers/dma/ioat_dma.c~i-oat-tighten-descriptor-setup-performance-fix +++ a/drivers/dma/ioat_dma.c @@ -46,8 +46,8 @@ /* internal functions */ static void ioat_dma_start_null_desc(struct ioat_dma_chan *ioat_chan); static void ioat_dma_memcpy_cleanup(struct ioat_dma_chan *ioat_chan); -static inline struct ioat_desc_sw *ioat_dma_get_next_descriptor( - struct ioat_dma_chan *ioat_chan); +static struct ioat_desc_sw * +ioat_dma_get_next_descriptor(struct ioat_dma_chan *ioat_chan); static inline struct ioat_dma_chan *ioat_lookup_chan_by_index( struct ioatdma_device *device, @@ -384,6 +384,7 @@ static void ioat_dma_free_chan_resources ioat_chan->last_completion = ioat_chan->completion_addr = 0; ioat_chan->pending = 0; } + /** * ioat_dma_get_next_descriptor - return the next available descriptor * @ioat_chan: IOAT DMA channel handle @@ -392,8 +393,8 @@ static void ioat_dma_free_chan_resources * channel's desc_lock held. Allocates more descriptors if the channel * has run out. */ -static inline struct ioat_desc_sw *ioat_dma_get_next_descriptor( - struct ioat_dma_chan *ioat_chan) +static struct ioat_desc_sw * +ioat_dma_get_next_descriptor(struct ioat_dma_chan *ioat_chan) { struct ioat_desc_sw *new = NULL; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch stop-using-dma_xxbit_mask.patch fuse-fix-race-between-getattr-and-write.patch fuse-add-file-handle-to-getattr-operation.patch sparse-pointer-use-of-zero-as-null.patch i-oat-tighten-descriptor-setup-performance.patch i-oat-tighten-descriptor-setup-performance-fix.patch i-oat-add-completion-callback-for-async_tx-interface-use-fix.patch i-oat-add-completion-callback-for-async_tx-interface-use-fix-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html