This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / rcfs / dir.c
index 545500e..a72c754 100644 (file)
@@ -162,7 +162,7 @@ int rcfs_mkdir(struct inode *dir, struct dentry *dentry, int mode)
        // create the default set of magic files 
        clstype = (RCFS_I(dentry->d_inode))->core->classtype;
        rcfs_create_magic(dentry, &(((struct rcfs_magf *)clstype->mfdesc)[1]),
-                         clstype->mfcount - 3);
+                         clstype->mfcount - 2);
 
        return retval;