Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1715982

[PATCH 0/3] Ceph: Adjustments for some function implementations

From SF Markus Elfring <elfring@users.sourceforge.net>
Newsgroups linux.kernel
Subject [PATCH 0/3] Ceph: Adjustments for some function implementations
Date 2017-08-20 20:40 +0200
Message-ID <ugDiF-25y-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Markus Elfring <elfring@users.sourceforge.net>
Date: Sun, 20 Aug 2017 20:32:10 +0200

Three update suggestions were taken into account
from static source code analysis.

Markus Elfring (3):
  Delete an error message for a failed memory allocation in __get_or_create_frag()
  Delete an unnecessary return statement in update_dentry_lease()
  Adjust 36 checks for null pointers

 fs/ceph/addr.c       |  2 +-
 fs/ceph/cache.c      |  2 +-
 fs/ceph/caps.c       |  4 ++--
 fs/ceph/debugfs.c    |  2 +-
 fs/ceph/file.c       |  2 +-
 fs/ceph/inode.c      | 14 +++++---------
 fs/ceph/mds_client.c | 22 +++++++++++-----------
 fs/ceph/mdsmap.c     |  6 +++---
 fs/ceph/super.c      | 18 +++++++++---------
 fs/ceph/xattr.c      |  8 ++++----
 10 files changed, 38 insertions(+), 42 deletions(-)

-- 
2.14.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Ceph: Adjustments for some function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-08-20 20:40 +0200
  [PATCH 1/3] ceph: Delete an error message for a failed memory  allocation in __get_or_create_frag() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-08-20 20:40 +0200
  [PATCH 2/3] ceph: Delete an unnecessary return statement in  update_dentry_lease() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-08-20 20:50 +0200
  [PATCH 3/3] ceph: Adjust 36 checks for null pointers SF Markus Elfring <elfring@users.sourceforge.net> - 2017-08-20 20:50 +0200
  Re: [PATCH 0/3] Ceph: Adjustments for some function implementations "Yan, Zheng" <zyan@redhat.com> - 2017-08-21 03:50 +0200

csiph-web