Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753161AbdHKNBj (ORCPT ); Fri, 11 Aug 2017 09:01:39 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:38028 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752730AbdHKNB3 (ORCPT ); Fri, 11 Aug 2017 09:01:29 -0400 Date: Fri, 11 Aug 2017 15:01:20 +0200 From: Miklos Szeredi To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: GIT PULL] fuse fixes for 4.13-rc5 Message-ID: <20170811130120.GA8168@veci.piliscsaba.szeredi.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 529 Lines: 25 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus Fix a few bugs in fuse. Thanks, Miklos --- Ashish Samant (1): fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio Jeff Layton (1): fuse: set mapping error in writepage_locked when it fails Mateusz Jurczyk (1): fuse: initialize the flock flag in fuse_file on allocation --- fs/fuse/file.c | 9 +++++---- fs/fuse/fuse_i.h | 1 + 2 files changed, 6 insertions(+), 4 deletions(-)