Re: [PATCH -mm -v6 3/9] mm, THP, swap: Add swap cluster allocate/free functions

2017-03-15 Thread Huang, Ying
Tim Chen writes: > On Wed, 2017-03-15 at 09:19 +0800, Huang, Ying wrote: >> Tim Chen writes: >> >> > >> > On Wed, 2017-03-08 at 15:26 +0800, Huang, Ying wrote: >> > > >> > > From: Huang Ying >> > > >> > > The swap cluster allocation/free functions are added based on the >> > > existing swap

Re: [PATCH -mm -v6 3/9] mm, THP, swap: Add swap cluster allocate/free functions

2017-03-15 Thread Tim Chen
On Wed, 2017-03-15 at 09:19 +0800, Huang, Ying wrote: > Tim Chen writes: > > > > > On Wed, 2017-03-08 at 15:26 +0800, Huang, Ying wrote: > > > > > > From: Huang Ying > > > > > > The swap cluster allocation/free functions are added based on the > > > existing swap cluster management mechanism

Re: [PATCH -mm -v6 3/9] mm, THP, swap: Add swap cluster allocate/free functions

2017-03-14 Thread Huang, Ying
Tim Chen writes: > On Wed, 2017-03-08 at 15:26 +0800, Huang, Ying wrote: >> From: Huang Ying >> >> The swap cluster allocation/free functions are added based on the >> existing swap cluster management mechanism for SSD.  These functions >> don't work for the rotating hard disks because the exis

Re: [PATCH -mm -v6 3/9] mm, THP, swap: Add swap cluster allocate/free functions

2017-03-14 Thread Tim Chen
On Wed, 2017-03-08 at 15:26 +0800, Huang, Ying wrote: > From: Huang Ying > > The swap cluster allocation/free functions are added based on the > existing swap cluster management mechanism for SSD.  These functions > don't work for the rotating hard disks because the existing swap cluster > manage

[PATCH -mm -v6 3/9] mm, THP, swap: Add swap cluster allocate/free functions

2017-03-07 Thread Huang, Ying
From: Huang Ying The swap cluster allocation/free functions are added based on the existing swap cluster management mechanism for SSD. These functions don't work for the rotating hard disks because the existing swap cluster management mechanism doesn't work for them. The hard disks support may