[PVFS2-CVS] commit by neill in pvfs2/src/kernel/linux-2.6: file.c

CVS commit program cvs at parl.clemson.edu
Wed Sep 15 16:07:10 EDT 2004


Update of /projects/cvsroot/pvfs2/src/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv26106/src/kernel/linux-2.6

Modified Files:
	file.c 
Log Message:
- typo fix


Index: file.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/kernel/linux-2.6/file.c,v
diff -p -u -r1.82 -r1.83
--- file.c	15 Sep 2004 18:48:26 -0000	1.82
+++ file.c	15 Sep 2004 19:07:09 -0000	1.83
@@ -384,7 +384,7 @@ static int pvfs2_file_mmap(struct file *
 
     /* set the sequential readahead hint */
     vma->vm_flags |= VM_SEQ_READ;
-    vma->vm_flags &= VM_RAND_READ;
+    vma->vm_flags &= ~VM_RAND_READ;
 
     /* have the kernel enforce readonly mmap support for us */
 #ifdef PVFS2_LINUX_KERNEL_2_4



More information about the PVFS2-CVS mailing list