Re: [patch] drop_caches: add some documentation and info message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/07/2014 12:40 PM, Johannes Weiner wrote:

@@ -59,6 +60,9 @@ int drop_caches_sysctl_handler(ctl_table *table, int write,
  	if (ret)
  		return ret;
  	if (write) {
+		printk_ratelimited(KERN_INFO "%s (%d): dropped kernel caches: %d\n",
+				   current->comm, task_pid_nr(current),
+				   sysctl_drop_caches);
  		if (sysctl_drop_caches & 1)
  			iterate_supers(drop_pagecache_sb, NULL);
  		if (sysctl_drop_caches & 2)


Would it be better to print this after the operation
has completed?

--
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>




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]