Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1716064
| From | "Yan, Zheng" <zyan@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/3] Ceph: Adjustments for some function implementations |
| Date | 2017-08-21 03:50 +0200 |
| Message-ID | <ugK0N-6cm-1@gated-at.bofh.it> (permalink) |
| References | <ugDiF-25y-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> On 21 Aug 2017, at 02:37, SF Markus Elfring <elfring@users.sourceforge.net> wrote: > > 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(-) > > — Whole series applied, thanks Yan, Zheng > 2.14.0 >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll 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