From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-f194.google.com ([209.85.219.194]:38754 "EHLO mail-yb1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727730AbeJXAkP (ORCPT ); Tue, 23 Oct 2018 20:40:15 -0400 Received: by mail-yb1-f194.google.com with SMTP id v92-v6so801811ybi.5 for ; Tue, 23 Oct 2018 09:16:12 -0700 (PDT) MIME-Version: 1.0 From: Mike Marshall Date: Tue, 23 Oct 2018 12:16:01 -0400 Message-ID: Subject: [GIT PULL] orangefs: fixes and a cleanup To: Linus Torvalds , linux-fsdevel , Mike Marshall Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Linus... I'm sending this a second time, I left my gmail in html mode the first time and fs-devel bounced it... sorry for the trouble... The following changes since commit 0238df646e6224016a45505d2c111a24669ebe21: Linux 4.19-rc7 (2018-10-07 17:26:02 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git tags/for-linus-4.20-ofs1 for you to fetch changes up to 22fc9db296fcf7ac30151c52765a7fba10870ab7: orangefs: no need to check for service_operation returns > 0 (2018-10-18 14:05:46 -0400) ---------------------------------------------------------------- orangefs: fixes and a cleanup fixes: + fix superfluous service_operation return code check in orangefs_lookup + fix some error code paths that missed kmem_cache_free + don't let orangefs_iget return NULL + don't let orangefs_new_inode return NULL + cache NULL when both default_acl and acl are NULL cleanup: + rate limit the client not running info message ---------------------------------------------------------------- Chengguang Xu (1): orangefs: cache NULL when both default_acl and acl are NULL Colin Ian King (1): orangefs: rate limit the client not running info message Mike Marshall (4): orangefs: don't let orangefs_new_inode return NULL orangefs: don't let orangefs_iget return NULL. orangefs: some error code paths missed kmem_cache_free orangefs: no need to check for service_operation returns > 0 fs/orangefs/acl.c | 4 ++++ fs/orangefs/inode.c | 8 ++++++-- fs/orangefs/namei.c | 8 ++++---- fs/orangefs/orangefs-sysfs.c | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-)