lkml.org 
[lkml]   [1999]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectPatch: linux-2.3.31/fs/qnx4/file.c typo
	There is a typo in linux-2.3.31/fs/qnx4/file.c, the bug appears
to be present in the linux-2.3.32pre2 version too. The reference to
Unlock_Page should be a reference to UnlockPage. Here is the patch.
I am not using the qnx4 file system, so I leave it to you folks to
test this patch and email it to Linus if it meets with your approval
(I think Linus read linux-kernel, but only considers patches to have
been blessed and submitted for inclusion if you mail them directly to him.)

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."

Index: linux/fs/qnx4/file.c
===================================================================
RCS file: /usr/src.repository/repository/linux/fs/qnx4/file.c,v
retrieving revision 1.4
diff -u -r1.4 file.c
--- linux/fs/qnx4/file.c 1999/12/07 00:27:14 1.4
+++ linux/fs/qnx4/file.c 1999/12/08 03:53:39
@@ -249,7 +249,7 @@
} else {
set_bit(PG_uptodate, &page->flags);
}
- Unlock_Page(page);
+ UnlockPage(page);
/* free_page(buf); */

return res;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.021 / U:0.800 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site