patch-2.3.99-pre9 linux/fs/umsdos/ioctl.c
Next file: linux/fs/umsdos/namei.c
Previous file: linux/fs/umsdos/inode.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat May 20 10:55:29 2000
- Orig file:
v2.3.99-pre8/linux/fs/umsdos/ioctl.c
- Orig date:
Tue Dec 14 01:27:24 1999
diff -u --recursive --new-file v2.3.99-pre8/linux/fs/umsdos/ioctl.c linux/fs/umsdos/ioctl.c
@@ -331,6 +331,8 @@
ret = -EISDIR;
if (!S_ISDIR(temp->d_inode->i_mode))
ret = msdos_unlink (dir, temp);
+ if (!ret)
+ d_delete(temp);
}
dput (temp);
goto out;
@@ -355,6 +357,8 @@
ret = -ENOTDIR;
if (S_ISDIR(temp->d_inode->i_mode))
ret = msdos_rmdir (dir, temp);
+ if (!ret)
+ d_delete(temp);
}
dput (temp);
goto out;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)