Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1493225
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 00/10] dm snapshot: Fine-tuning for several function implementations |
| Date | 2016-09-29 11:10 +0200 |
| Message-ID | <smFvP-250-3@gated-at.bofh.it> (permalink) |
| References | <qEuGl-43C-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Thu, 29 Sep 2016 10:35:43 +0200 Some update suggestions were taken into account from static source code analysis. Markus Elfring (10): Use kmalloc_array() in init_origin_hash() Delete two error messages for a failed memory allocation Delete an unnecessary variable initialisation in snapshot_map() Rename a jump label in pending_complete() Delete unnecessary variable initialisations in pending_complete() Delete an unnecessary variable initialisation in snapshot_ctr() Delete an unnecessary variable initialisation in merge_callback() Delete an unnecessary variable initialisation in remove_single_exception_chunk() Combine substrings for seven error messages Delete five unwanted spaces behind "list_for_each_entry" drivers/md/dm-snap.c | 69 +++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 39 deletions(-) -- 2.10.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 00/10] dm snapshot: Fine-tuning for several function implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:10 +0200 [PATCH 10/10] dm snapshot: Delete five unwanted spaces behind "list_for_each_entry" SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200 [PATCH 07/10] dm snapshot: Delete an unnecessary variable initialisation in merge_callback() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200 [PATCH 09/10] dm snapshot: Combine substrings for seven error messages SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200 [PATCH 06/10] dm snapshot: Delete an unnecessary variable initialisation in snapshot_ctr() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200 [PATCH 02/10] dm snapshot: Delete two error messages for a failed memory allocation SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200 [PATCH 05/10] dm snapshot: Delete unnecessary variable initialisations in pending_complete() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200 [PATCH 03/10] dm snapshot: Delete an unnecessary variable initialisation in snapshot_map() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200 [PATCH 08/10] dm snapshot: Delete an unnecessary variable initialisation in remove_single_exception_chunk() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200 [PATCH 04/10] dm snapshot: Rename a jump label in pending_complete() SF Markus Elfring <elfring@users.sourceforge.net> - 2016-09-29 11:20 +0200
csiph-web