Strange delay in syscall close() on a large ext3-filesystem

evilninja evilninja at gmx.net
Thu Dec 15 18:59:48 UTC 2005


Volker Dose schrieb:
> 
> ) = 3021
> read(3, "", 4096)                       = 0
> close(3)                                = 0
> _exit(0)                                = ?

hm, when i do "strace cat <FILE>" there's a "close(1)" added:

% strace cat file.txt
[...]
) = 305
read(3, "", 4096)                       = 0
close(3)                                = 0
close(1)                                = 0
exit_group(0)                           = ?

not sure why, but strace shows always this close(1), no matter if i do
this on ext3/jfs/nfs. which kernel are you using?

> slox:~ # tune2fs -l /dev/sdb1
> tune2fs 1.28 (31-Aug-2002)

how comes e2fsprogs is *that* old on SLOX 4.1?
-- 
BOFH excuse #145:

Flat tire on station wagon with tapes.  ("Never underestimate the
bandwidth of a station wagon full of tapes hurling down the highway"
Andrew S. Tannenbaum)




More information about the Ext3-users mailing list