From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb0-f195.google.com ([209.85.213.195]:40563 "EHLO mail-yb0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383AbdKTTXb (ORCPT ); Mon, 20 Nov 2017 14:23:31 -0500 Received: by mail-yb0-f195.google.com with SMTP id d59so3465560ybi.7 for ; Mon, 20 Nov 2017 11:23:31 -0800 (PST) MIME-Version: 1.0 From: Mike Marshall Date: Mon, 20 Nov 2017 14:23:30 -0500 Message-ID: Subject: [GIT PULL] Orangefs cleanups for v4.15 To: Linus Torvalds , linux-fsdevel , Mike Marshall Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: linux-fsdevel-owner@vger.kernel.org List-ID: The following changes since commit bebc6082da0a9f5d47a1ea2edc099bf671058bd4= : Linux 4.14 (2017-11-12 10:46:13 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-4.15-ofs1 for you to fetch changes up to db0267e7afc72e04d92b845a00928e39be211d6a: orangefs: call op_release sooner when creating inodes (2017-11-13 15:10:18 -0500) ---------------------------------------------------------------- 3 Cleanups: remove initialization of i_version - Jeff Layton use ARRAY_SIZE - J=C3=A9r=C3=A9my Lefaure call op_release sooner when creating inodes - Martin Brandenbur= g 1 Patch: stop setting atime on inode dirty - Martin Brandenburg ---------------------------------------------------------------- Jeff Layton (1): orangefs: remove initialization of i_version J=C3=A9r=C3=A9my Lefaure (1): orangefs: use ARRAY_SIZE Martin Brandenburg (2): orangefs: stop setting atime on inode dirty orangefs: call op_release sooner when creating inodes fs/orangefs/acl.c | 10 ++--- fs/orangefs/dir.c | 1 - fs/orangefs/file.c | 16 ++++---- fs/orangefs/inode.c | 17 +++++++++ fs/orangefs/namei.c | 45 +++++++++++++++------- fs/orangefs/orangefs-debug.h | 4 +- fs/orangefs/orangefs-kernel.h | 31 +--------------- fs/orangefs/orangefs-utils.c | 86 ++-------------------------------------= ---- fs/orangefs/super.c | 15 -------- fs/orangefs/symlink.c | 1 + 10 files changed, 72 insertions(+), 154 deletions(-)