-----Original Message-----
From: linux-cifs-client-bounces@xxxxxxxxxxxxxxx
[mailto:linux-cifs-client-bounces@xxxxxxxxxxxxxxx] On Behalf Of
linux-cifs-client-owner@xxxxxxxxxxxxxxx
Sent: Tuesday, March 01, 2011 4:15 PM
To: Sluik, A. (Arjan, ICTS)
Subject: kernel: CIFS VFS: Filldir for current dir failed
This list is now deprecated. Please post to linux-cifs@xxxxxxxxxxxxxxx
instead:
http://vger.kernel.org/vger-lists.html#linux-cifs
--- Begin Message ---
- Subject: kernel: CIFS VFS: Filldir for current dir failed
- From: <a.sluik@xxxxxxxxxx>
- Date: Tue, 1 Mar 2011 15:59:31 +0100
- Thread-index: AcvYIUT6YWeQNmW5Rquo69PdA45cmw==
- Thread-topic: kernel: CIFS VFS: Filldir for current dir failed
Dear members,
We did find an issue in mount.cifs on Linux.
With modinfo cifs : version 1.60 it runs ok, but with version 1.61 we get the message:
kernel: CIFS VFS: Filldir for current dir failed
some strace of the program:
pid 18120] close(5) = 0
[pid 18120] munmap(0xf7766000, 4096) = 0
[pid 18120] open("../stage/Components/oracle.jdk/1.5.0.11.0/1/DataFiles/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 5
[pid 18120] fcntl64(5, F_SETFD, FD_CLOEXEC) = 0
[pid 18120] getdents(5, 0x80975c4, 32768) = -1 ENOMEM (Cannot allocate memory)
[pid 18120] close(5) = 0
[pid 18120] stat64("../stage/Components/oracle.jdk/1.5.0.11.0/1/DataFiles/*.jar", 0xff8a2eec) = -1 ENOENT (No such file or directory)
[pid 18120] stat64("../stage/Components/oracle.jdk/1.5.0.11.0/1/DataFiles/*.jar.zip", 0xff8a2eec) = -1 ENOENT (No such file or directory)
[pid 18120] stat64("../stage/Components/oracle.jdk/1.5.0.11.0/1/DataFiles/*.jar.ZIP", 0xff8a2eec) = -1 ENOENT (No such file or directory)
[pid 18120] exit_group(9) = ?
Process 18111 resumed
This was the result of an Oracle Client installation from a CIFS filesystem.
If the files are locally copied then there is no issue.
If the mount.cifs is version 1.60 there is no issue either.
Seems to be an Filldir type of error.
Arjan Sluik
ICT-Servicecentrum
Universiteit Twente, Postbus 217, 7500 AE Enschede
Telefoon 053 489 4730
<mailto:a.sluik@xxxxxxxxxx> a.sluik@xxxxxxxxxx, <http://www.utwente.nl/icts> http://www.utwente.nl/icts
--- End Message ---