--- ./fs/namei.c.orig Mon May 3 00:00:50 2004 +++ ./fs/namei.c Mon May 3 00:01:23 2004 @@ -1064,9 +1064,9 @@ error = path_lookup(pathname, LOOKUP_PARENT, nd); if (error) return error; - error = -EROFS; - if (MNT_IS_RDONLY(nd->mnt)) - goto exit; + //error = -EROFS; + //if (MNT_IS_RDONLY(nd->mnt)) + // goto exit; /* * We have the parent and last component. First of all, check