(5/26/13 12:31 AM), Rafael Aquini wrote: > Introduce the necessary changes to swapon(8) allowing a sysadmin to leverage > the new changes introduced to sys_swapon by "swap: discard while swapping > only if SWAP_FLAG_DISCARD_PAGES", therefore allowing a more flexible set of > choices when selection the discard policy for mounted swap areas. > This patch introduces the following optional arguments to the already > existent swapon(8) "--discard" option, in order to allow a discard type to > be selected at swapon time: > * once : only single-time area discards are issued. (swapon) > * pages : discard freed pages before they are reused. > If no policy is selected both discard types are enabled. (default) > > Signed-off-by: Rafael Aquini <aquini@xxxxxxxxxx> Acked-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>