2.2.9-ac5 fix for smbfs

Steven N. Hirsch (shirsch@adelphia.net)
Sat, 12 Jun 1999 09:36:16 -0400 (EDT)


Alan,

Unless this one-liner is applied, Very Bad Things(tm) occur when accessing
samba shares from 2.2.9-ac5. Thanks to Trond for pointing this out
originally.. You picked up one of the posted fixes from the kernel list,
but this needs to happen as well:

--- linux/fs/smbfs/file.c.orig Mon Jun 7 18:42:14 1999
+++ linux/fs/smbfs/file.c Mon Jun 7 18:41:41 1999
@@ -36,7 +36,6 @@
{
clear_bit(PG_locked, &page->flags);
wake_up(&page->wait);
- page_cache_release(page);
}

static int

-
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/