On Wed, 19 Oct 2011 21:38:46 -0500 Steve French <smfrench@xxxxxxxxx> wrote: > merged, although I had to fixup one checkpatch warning with a trivial > followon patch to freezer.h > > WARNING: please, no space before tabs > #97: FILE: include/linux/freezer.h:146: > +^I^I__retval = wait_event_killable(wq, ^I^I^I\$ > > > On Wed, Oct 19, 2011 at 2:33 PM, Jeff Layton <jlayton@xxxxxxxxxx> wrote: > > On Wed, 19 Oct 2011 23:22:09 +0400 > > Pavel Shilovsky <piastryyy@xxxxxxxxx> wrote: > > > >> 2011/10/19 Jeff Layton <jlayton@xxxxxxxxxx>: > >> > This patchset is a respin to fix a bug that Pavel identified in the > >> > readv error handling, and to also fix up some merge conflicts that crept > >> > in with some other patches that Steve merged recently. Other than those > >> > changes, this is essentially the same patchset as the earlier versions > >> > in this series. > >> > > >> > This set is also available via my git tree on samba.org: > >> > > >> > http://git.samba.org/?p=jlayton/linux.git;a=summary > >> > > >> > Jeff Layton (5): > >> > cifs: fix protocol definition for READ_RSP > >> > cifs: add cifs_async_readv > >> > cifs: convert cifs_readpages to use async reads > >> > cifs: allow for larger rsize= options and change defaults > >> > cifs: tune bdi.ra_pages in accordance with the rsize > >> > > >> > fs/cifs/cifspdu.h | 4 +- > >> > fs/cifs/cifsproto.h | 24 ++++ > >> > fs/cifs/cifssmb.c | 359 +++++++++++++++++++++++++++++++++++++++++++++++++++ > >> > fs/cifs/connect.c | 167 +++++++++++++++--------- > >> > fs/cifs/file.c | 293 ++++++++++++++++++------------------------ > >> > 5 files changed, 612 insertions(+), 235 deletions(-) > >> > > >> > -- > >> > 1.7.6.4 > >> > > >> > -- > >> > To unsubscribe from this list: send the line "unsubscribe linux-cifs" in > >> > the body of a message to majordomo@xxxxxxxxxxxxxxx > >> > More majordomo info at http://vger.kernel.org/majordomo-info.html > >> > > >> > >> Reviewed-and-Tested-by: Pavel Shilovsky <piastry@xxxxxxxxxxx> > >> > > > > Thanks for the review and testing, Pavel. > > > > I've gone ahead and added this to the patches in my git repo and > > re-pushed it. If Steve pulls from there, it should show up with those > > tags in mainline. > > > > -- > > Jeff Layton <jlayton@xxxxxxxxxx> > > > > > Oops, my bad. Thanks for fixing that. -- Jeff Layton <jlayton@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html