linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Remove unused macro, VM_MIN_READAHEAD.
@ 2010-02-09 11:29 Nikanth Karthikesan
  2010-02-11  5:22 ` Wu Fengguang
  0 siblings, 1 reply; 2+ messages in thread
From: Nikanth Karthikesan @ 2010-02-09 11:29 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm, Jens Axboe

Remove unused macro, VM_MIN_READAHEAD.

Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>

---

Index: linux-2.6/include/linux/mm.h
===================================================================
--- linux-2.6.orig/include/linux/mm.h
+++ linux-2.6/include/linux/mm.h
@@ -1189,7 +1189,6 @@ void task_dirty_inc(struct task_struct *
 
 /* readahead.c */
 #define VM_MAX_READAHEAD	128	/* kbytes */
-#define VM_MIN_READAHEAD	16	/* kbytes (includes current page) */
 
 int force_page_cache_readahead(struct address_space *mapping, struct file *filp,
 			pgoff_t offset, unsigned long nr_to_read);

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-11  5:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09 11:29 [PATCH] Remove unused macro, VM_MIN_READAHEAD Nikanth Karthikesan
2010-02-11  5:22 ` Wu Fengguang

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