patch-2.4.0-test7 linux/fs/minix/dir.c
Next file: linux/fs/namei.c
Previous file: linux/fs/locks.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Aug 11 14:29:01 2000
- Orig file:
v2.4.0-test6/linux/fs/minix/dir.c
- Orig date:
Sat Feb 26 22:31:53 2000
diff -u --recursive --new-file v2.4.0-test6/linux/fs/minix/dir.c linux/fs/minix/dir.c
@@ -43,7 +43,7 @@
de = (struct minix_dir_entry *) (offset + bh->b_data);
if (de->inode) {
int size = strnlen(de->name, info->s_namelen);
- if (filldir(dirent, de->name, size, filp->f_pos, de->inode) < 0) {
+ if (filldir(dirent, de->name, size, filp->f_pos, de->inode, DT_UNKNOWN) < 0) {
brelse(bh);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)