From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752876AbbLIRR3 (ORCPT ); Wed, 9 Dec 2015 12:17:29 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:49245 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752446AbbLIRR1 (ORCPT ); Wed, 9 Dec 2015 12:17:27 -0500 Date: Wed, 9 Dec 2015 17:17:26 +0000 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [git pull] a couple of fixes in vfs.git Message-ID: <20151209171725.GX20997@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A couple of fixes, both -stable fodder (9p one all way back to 2.6.32, dio - to all branches where "Fix negative return from dio read beyond eof" will end up it; it's a fixup to commit marked for -stable). Please, pull from the usual place - git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus Shortlog: Al Viro (2): 9p: ->evict_inode() should kick out ->i_data, not ->i_mapping fix the regression from "direct-io: Fix negative return from dio read beyond eof" Diffstat: fs/9p/vfs_inode.c | 4 ++-- fs/direct-io.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-)