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


Groups > linux.kernel > #1592797

[PATCH 0/5] Use list_for_each_entry_safe

From simran singhal <singhalsimran0@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] Use list_for_each_entry_safe
Date 2017-03-05 18:20 +0100
Message-ID <thHZ8-3pL-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch-series replaces the while loop containing list_empty and 
list_entry with list_for_each_entry_safe.

simran singhal (5):
  staging: lustre: Use list_for_each_entry_safe
  staging: lustre: ptlrpc: Use list_for_each_entry_safe
  staging: lustre: osc: Use list_for_each_entry_safe
  staging: lustre: llite: Use list_for_each_entry_safe
  staging: lustre: osc_page.c:  Use list_for_each_entry_safe

 drivers/staging/lustre/lustre/llite/statahead.c |  5 ++---
 drivers/staging/lustre/lustre/osc/osc_cache.c   |  5 ++---
 drivers/staging/lustre/lustre/osc/osc_page.c    | 11 ++++-------
 drivers/staging/lustre/lustre/ptlrpc/sec_gc.c   |  5 ++---
 drivers/staging/lustre/lustre/ptlrpc/service.c  |  5 ++---
 5 files changed, 12 insertions(+), 19 deletions(-)

-- 
2.7.4

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


Thread

[PATCH 0/5] Use list_for_each_entry_safe simran singhal <singhalsimran0@gmail.com> - 2017-03-05 18:20 +0100
  [PATCH 4/5] staging: lustre: llite: Use list_for_each_entry_safe simran singhal <singhalsimran0@gmail.com> - 2017-03-05 18:20 +0100
  [PATCH 5/5] staging: lustre: osc_page.c:  Use list_for_each_entry_safe simran singhal <singhalsimran0@gmail.com> - 2017-03-05 18:20 +0100
    Re: [Outreachy kernel] [PATCH 5/5] staging: lustre: osc_page.c: Use  list_for_each_entry_safe Julia Lawall <julia.lawall@lip6.fr> - 2017-03-05 18:20 +0100
      Re: [Outreachy kernel] [PATCH 5/5] staging: lustre: osc_page.c: Use  list_for_each_entry_safe Julia Lawall <julia.lawall@lip6.fr> - 2017-03-05 18:30 +0100
    Re: [Outreachy kernel] [PATCH 5/5] staging: lustre: osc_page.c: Use  list_for_each_entry_safe Julia Lawall <julia.lawall@lip6.fr> - 2017-03-05 18:30 +0100
      Re: [Outreachy kernel] [PATCH 5/5] staging: lustre: osc_page.c: Use  list_for_each_entry_safe Julia Lawall <julia.lawall@lip6.fr> - 2017-03-05 18:50 +0100
        Re: [Outreachy kernel] [PATCH 5/5] staging: lustre: osc_page.c: Use list_for_each_entry_safe SIMRAN SINGHAL <singhalsimran0@gmail.com> - 2017-03-05 19:00 +0100
          Re: [Outreachy kernel] [PATCH 5/5] staging: lustre: osc_page.c: Use  list_for_each_entry_safe Julia Lawall <julia.lawall@lip6.fr> - 2017-03-05 19:00 +0100
      Re: [Outreachy kernel] [PATCH 5/5] staging: lustre: osc_page.c: Use list_for_each_entry_safe SIMRAN SINGHAL <singhalsimran0@gmail.com> - 2017-03-05 18:50 +0100
    Re: [PATCH 5/5] staging: lustre: osc_page.c:  Use  list_for_each_entry_safe James Simmons <jsimmons@infradead.org> - 2017-03-06 16:30 +0100
      Re: [PATCH 5/5] staging: lustre: osc_page.c: Use list_for_each_entry_safe SIMRAN SINGHAL <singhalsimran0@gmail.com> - 2017-03-06 20:30 +0100
      Re: [PATCH 5/5] staging: lustre: osc_page.c:  Use  list_for_each_entry_safe "Dilger, Andreas" <andreas.dilger@intel.com> - 2017-03-07 13:10 +0100

csiph-web