Return-Path: Date: Wed, 13 Jul 2011 11:24:14 +0300 From: Johan Hedberg To: Slawomir Bochenski Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH obexd 5/5] Remove *hi from mime driver read() Message-ID: <20110713082414.GB15147@dell.ger.corp.intel.com> References: <1309184455-29752-1-git-send-email-lkslawek@gmail.com> <1309184455-29752-6-git-send-email-lkslawek@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1309184455-29752-6-git-send-email-lkslawek@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Slawek, On Mon, Jun 27, 2011, Slawomir Bochenski wrote: > This removes possibility of setting header type in mime driver read() > function as the functionality of adding different header types is now > supported by get_next_header(). > --- > plugins/filesystem.c | 13 +++---------- > plugins/irmc.c | 3 +-- > plugins/mas.c | 4 +--- > plugins/pbap.c | 14 +++----------- > plugins/pcsuite.c | 4 +--- > plugins/syncevolution.c | 6 ++---- > src/mimetype.h | 2 +- > src/obex.c | 27 ++++++++------------------- > 8 files changed, 20 insertions(+), 53 deletions(-) I've applied the other four patches but this one doesn't apply cleanly. I suspect this is due to some other cleanup patches that have gone in lately. Johan