Messages in this thread Patch in this message |  | | Subject | [PATCH] 2.4.10-pre5 fs/super.c | From | Ole André Vadla Ravnås <> | Date | 08 Sep 2001 11:11:49 -0100 |
| |
Another quick fix, just in case..
Best regards, Ole André (I'm not subscribed to the list, so please cc any answers to me)
---
--- linux/fs/super.c-orig Sat Sep 8 11:02:40 2001 +++ linux/fs/super.c Sat Sep 8 11:03:05 2001 @@ -1404,6 +1404,7 @@ struct file_system_type * fstype; struct vfsmount *mnt = NULL; struct super_block *sb; + int retval = 0; if (!type || !memchr(type, 0, PAGE_SIZE)) return ERR_PTR(-EINVAL); - 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/
|  |