From: Sunil Kovvuri <sunil.kovv...@gmail.com> Date: Thu, 10 Mar 2016 23:57:48 +0530
> Difference between NIU driver and this patch is there it's > calculate split count, increment page count and then divide page into > buffers. Here it's divide page into buffers, have a counter which increments > at every split and then at the end do a atomic increment of page->_count. > > Any issue with this approach ? I guess not.