mbox series

[GIT,PULL] orangefs: fixes and a cleanup

Message ID CAOg9mSRFWALOeLAZUeBNdCoK0rysy7qraV7uEBeBGo46f0UjpQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] orangefs: fixes and a cleanup | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git

Message

Mike Marshall Oct. 23, 2018, 4:16 p.m. UTC
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(-)