mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] JFS: Adjustments for several function implementations
@ 2017-08-18 13:30 SF Markus Elfring
  2017-08-18 13:35 ` [PATCH 1/3] jfs: Delete an error message for a failed memory allocation in diMount() SF Markus Elfring
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: SF Markus Elfring @ 2017-08-18 13:30 UTC (permalink / raw)
  To: jfs-discussion, Dave Kleikamp, Fabian Frederick, Jan Kara
  Cc: LKML, kernel-janitors

From: Markus Elfring <elfring@users.sourceforge.net>
Date: Fri, 18 Aug 2017 15:22:11 +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 diMount()
  Improve size determinations in five functions
  Adjust 67 checks for null pointers

 fs/jfs/jfs_dmap.c     | 44 ++++++++++++++++++++++----------------------
 fs/jfs/jfs_dtree.c    |  6 +++---
 fs/jfs/jfs_imap.c     | 31 ++++++++++++++-----------------
 fs/jfs/jfs_logmgr.c   | 26 ++++++++++++++------------
 fs/jfs/jfs_metapage.c |  7 +++----
 fs/jfs/jfs_mount.c    |  6 +++---
 fs/jfs/jfs_txnmgr.c   |  6 +++---
 fs/jfs/jfs_unicode.c  |  3 +--
 fs/jfs/jfs_xtree.c    |  6 +++---
 fs/jfs/namei.c        |  3 +--
 fs/jfs/resize.c       |  2 +-
 fs/jfs/super.c        |  6 +++---
 fs/jfs/xattr.c        | 10 +++++-----
 13 files changed, 76 insertions(+), 80 deletions(-)

-- 
2.14.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-18 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-18 13:30 [PATCH 0/3] JFS: Adjustments for several function implementations SF Markus Elfring
2017-08-18 13:35 ` [PATCH 1/3] jfs: Delete an error message for a failed memory allocation in diMount() SF Markus Elfring
2017-08-18 13:36 ` [PATCH 2/3] jfs: Improve size determinations in five functions SF Markus Elfring
2017-08-18 13:37 ` [PATCH 3/3] jfs: Adjust 67 checks for null pointers SF Markus Elfring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome