From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751516AbcEPVJN (ORCPT ); Mon, 16 May 2016 17:09:13 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:28838 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750777AbcEPVJL (ORCPT ); Mon, 16 May 2016 17:09:11 -0400 To: Linus Torvalds Cc: LKML , JFS Discussion , Joe Perches From: Dave Kleikamp Subject: [GIT PULL] jfs changes for 4.7 Message-ID: Date: Mon, 16 May 2016 16:08:38 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 1993b176a8224e371e0732ffada7ab9eb3b0912b: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide (2016-03-28 15:17:02 -0500) are available in the git repository at: git://github.com/kleikamp/linux-shaggy.git tags/jfs-4.7 for you to fetch changes up to 6ed71e9819ac3412fc6a3495f5ce141df274c916: jfs: Coalesce some formats (2016-03-30 10:48:28 -0500) ---------------------------------------------------------------- Some jfs logging cleanups from Joe Perches ---------------------------------------------------------------- Joe Perches (3): jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses jfs: Remove unnecessary line continuations and terminating newlines jfs: Coalesce some formats fs/jfs/inode.c | 4 ++-- fs/jfs/jfs_discard.c | 6 ++---- fs/jfs/jfs_dtree.c | 10 ++++------ fs/jfs/jfs_imap.c | 3 +-- fs/jfs/jfs_inode.c | 2 +- fs/jfs/jfs_logmgr.c | 14 ++++++-------- fs/jfs/jfs_txnmgr.c | 21 +++++++++------------ fs/jfs/namei.c | 4 ++-- fs/jfs/super.c | 4 ++-- 9 files changed, 29 insertions(+), 39 deletions(-)