From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752415AbaL2Uzp (ORCPT ); Mon, 29 Dec 2014 15:55:45 -0500 Received: from mail-qa0-f44.google.com ([209.85.216.44]:47346 "EHLO mail-qa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752358AbaL2Uzn (ORCPT ); Mon, 29 Dec 2014 15:55:43 -0500 MIME-Version: 1.0 From: Steve French Date: Mon, 29 Dec 2014 14:55:22 -0600 Message-ID: Subject: [GIT PULL] CIFS Fixes To: Linus Torvalds Cc: "linux-cifs@vger.kernel.org" , LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A set of three minor cifs fixes. Please pull the following changes since commit 9ea18f8cab5f1c36cdd0f09717e35ceb48c36a87: Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block (2014-12-13 14:22:26 -0800) are available in the git repository at: git://git.samba.org/sfrench/cifs-2.6.git for-linus for you to fetch changes up to 9e6d722f3d91c94f2a303d67ddd8fb1ca4c0d375: cifs: make new inode cache when file type is different (2014-12-22 14:16:21 -0600) ---------------------------------------------------------------- Kevin Cernekee (1): Fix signed/unsigned pointer warning Nakajima Akira (1): cifs: make new inode cache when file type is different Sachin Prabhu (1): Convert MessageID in smb2_hdr to LE fs/cifs/cifsglob.h | 6 +++--- fs/cifs/netmisc.c | 12 +++++++----- fs/cifs/readdir.c | 10 +++++++--- fs/cifs/smb2misc.c | 12 +++++++----- fs/cifs/smb2ops.c | 3 ++- fs/cifs/smb2pdu.h | 2 +- fs/cifs/smb2transport.c | 2 +- 7 files changed, 28 insertions(+), 19 deletions(-) -- Thanks, Steve