Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754316Ab0BIL3L (ORCPT ); Tue, 9 Feb 2010 06:29:11 -0500 Received: from cantor.suse.de ([195.135.220.2]:43403 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754132Ab0BIL3J (ORCPT ); Tue, 9 Feb 2010 06:29:09 -0500 From: Nikanth Karthikesan Organization: suse.de To: Andrew Morton Subject: [PATCH] Remove unused macro, VM_MIN_READAHEAD. Date: Tue, 9 Feb 2010 16:59:19 +0530 User-Agent: KMail/1.12.2 (Linux/2.6.31.8-0.1-desktop; KDE/4.3.1; x86_64; ; ) Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Jens Axboe MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201002091659.19988.knikanth@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 844 Lines: 23 Remove unused macro, VM_MIN_READAHEAD. Signed-off-by: Nikanth Karthikesan --- 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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/