patch-2.1.94 linux/fs/umsdos/rdir.c
Next file: linux/include/asm-alpha/lca.h
Previous file: linux/fs/umsdos/namei.c
Back to the patch index
Back to the overall index
- Lines: 42
- Date:
Wed Apr 8 11:39:46 1998
- Orig file:
v2.1.93/linux/fs/umsdos/rdir.c
- Orig date:
Mon Feb 23 18:12:11 1998
diff -u --recursive --new-file v2.1.93/linux/fs/umsdos/rdir.c linux/fs/umsdos/rdir.c
@@ -135,7 +135,7 @@
*/
Printk ((KERN_WARNING "umsdos_rlookup_x: do the pseudo-thingy...\n"));
ret = -ENOENT;
- iput (pseudo_root);
+ /* iput (pseudo_root); FIXME */
}else if (S_ISDIR(inode->i_mode)){
/* We must place the proper function table */
@@ -145,7 +145,7 @@
}
}
}
- iput (dir);
+ /* iput (dir); FIXME */
PRINTK ((KERN_DEBUG "umsdos_rlookup_x: returning %d\n", ret));
return ret;
}
@@ -215,7 +215,7 @@
}else if (empty == 1){
/* We have to removed the EMD file */
struct dentry *temp;
- temp = creat_dentry (UMSDOS_EMD_FILE, UMSDOS_EMD_NAMELEN, NULL);
+ temp = creat_dentry (UMSDOS_EMD_FILE, UMSDOS_EMD_NAMELEN, NULL, NULL); /* FIXME: prolly should fill inode part ? */
ret = msdos_unlink(sdir, temp);
sdir = NULL;
if (ret == 0){
@@ -226,12 +226,12 @@
}else{
ret = -ENOTEMPTY;
}
- iput (sdir);
+ /* iput (sdir); FIXME */
}
}
umsdos_unlockcreate (dir);
}
- iput (dir);
+ /* iput (dir); FIXME */
return ret;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov