Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.16 /include/linux/mm.h

Filename:/include/linux/mm.h
Lines Added:4
Lines Deleted:0
Also changed in: (Previous) 2.4.16-pre1  2.4.15-greased-turkey  2.4.15-pre9  2.4.15-pre8  2.4.15-pre7  2.4.15-pre6 
(Following) 2.4.17-pre3  2.4.17-pre4  2.4.17-pre5  2.4.17-pre6  2.4.17-pre7  2.4.17-pre8 

Location
[  2.4.16
  [  include
    [  linux
       o  mm.h

Patch

diff -Nur linux-2.4.15/include/linux/mm.h linux/include/linux/mm.h
--- linux-2.4.15/include/linux/mm.h   Thu Nov 22 17:46:20 2001
+++ linux/include/linux/mm.h   Sat Nov 24 16:51:47 2001
@@ -111,6 +111,10 @@
 #define VM_SequentialReadHint(v)   ((v)->vm_flags & VM_SEQ_READ)
 #define VM_RandomReadHint(v)      ((v)->vm_flags & VM_RAND_READ)
 
+/* read ahead limits */
+extern int vm_min_readahead;
+extern int vm_max_readahead;
+
 /*
  * mapping from the currently active vm_flags protection bits (the
  * low four bits) to a page protection mask..


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.