bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] fts: do not fail on a submount during traversal


From: Kamil Dudka
Subject: [PATCH] fts: do not fail on a submount during traversal
Date: Tue, 10 Nov 2009 14:54:07 +0100
User-agent: KMail/1.12.2 (Linux/2.6.29.5-191.fc11.x86_64; KDE/4.3.2; x86_64; ; )

Hello,

we've discussed with Jim the issue with mounts triggered during directory
tree traversal and we've decided to make a trade-off for now - enable the 
extra stat call only if the FTS_TIGHT_CYCLE_CHECK is set. This means it only 
affects find and du for now and leaves other utilities to work as they used
to work before (failing on the triggered mount). I think this is a good
enough temporary solution since we are still waiting for reply from the
kernel guys.

As for the indentation, I've attempted to do my best. Indentation of the 
fts_build() has been already broken completely. So please don't shout at me
I screwed it up :-)

Kamil

Attachment: 0001-fts-do-not-fail-on-a-submount-during-traversal.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]