From: "Huang\, Ying" <ying.huang@intel.com> To: Wei Yang <richard.weiyang@gmail.com> Cc: <akpm@linux-foundation.org>, <linux-mm@kvack.org>, <linux-kernel@vger.kernel.org>, Hugh Dickins <hughd@google.com> Subject: Re: [PATCH v2] mm/swapfile.c: simplify the scan loop in scan_swap_map_slots() Date: Sun, 26 Apr 2020 09:07:11 +0800 [thread overview] Message-ID: <87tv17xdfk.fsf@yhuang-dev.intel.com> (raw) In-Reply-To: <20200425003012.uuqh547feq3kz4y5@master> (Wei Yang's message of "Sat, 25 Apr 2020 00:30:12 +0000") Wei Yang <richard.weiyang@gmail.com> writes: > On Fri, Apr 24, 2020 at 10:02:58AM +0800, Huang, Ying wrote: >>Wei Yang <richard.weiyang@gmail.com> writes: >> > [...] >>>> >>>>if "offset > si->highest_bit" is true and "offset < scan_base" is true, >>>>scan_base need to be returned. >>>> >>> >>> When this case would happen in the original code? >> >>In the original code, the loop can still stop. >> > > Sorry, I don't get your point yet. > > In original code, there are two separate loops > > while (++offset <= si->highest_bit) { > } > > while (offset < scan_base) { > } > > And for your condition, (offset > highest_bit) && (offset < scan_base), which > terminates the first loop and fits the second loop well. > > Not sure how this condition would stop the loop in original code? Per my understanding, in your code, if some other task changes si->highest_bit to be less than scan_base in parallel. The loop may cannot stop. Best Regards, Huang, Ying >>Best Regards, >>Huang, Ying >> >>>>Again, the new code doesn't make it easier to find this kind of issues. >>>> >>>>Best Regards, >>>>Huang, Ying
next prev parent reply other threads:[~2020-04-26 1:07 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-04-22 21:41 Wei Yang 2020-04-23 5:57 ` Huang, Ying 2020-04-23 13:15 ` Wei Yang 2020-04-24 2:02 ` Huang, Ying 2020-04-25 0:30 ` Wei Yang 2020-04-26 1:07 ` Huang, Ying [this message] 2020-04-26 21:19 ` Wei Yang 2020-04-27 0:55 ` Huang, Ying 2020-04-28 21:22 ` Wei Yang 2020-04-29 0:52 ` Huang, Ying 2020-04-29 22:06 ` Wei Yang
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=87tv17xdfk.fsf@yhuang-dev.intel.com \ --to=ying.huang@intel.com \ --cc=akpm@linux-foundation.org \ --cc=hughd@google.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mm@kvack.org \ --cc=richard.weiyang@gmail.com \ --subject='Re: [PATCH v2] mm/swapfile.c: simplify the scan loop in scan_swap_map_slots()' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).