This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients amcnabb, hynek, loewis, neologix, r.david.murray
Date 2012-05-19.14:17:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120519161719.Horde.1cZiEUlCcOxPt6tvZ5ZXd3A@webmail.df.eu>
In-reply-to <4FB7AA0E.3010009@ox.cx>
Content
>> """
>> stat("/net/prodigy", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
>> mkdir("/net/prodigy/tmp", 0777)         = -1 EACCES (Permission denied)
>> """
>>
>> As you can see, a stat() is already done on /net/prodigy.
>
> To be fair, that shouldn’t trigger a mount. Otherwise a `ls -l` on /net
> would mount all volumes.

Not sure what "that" is: my view is that mkdir should trigger the mount,
/net/prodigy is already there and available. ls -l doesn't invoke mkdir(2),
so you wouldn't get a mount storm when it is mkdir that triggers the mount.
History
Date User Action Args
2012-05-19 14:17:20loewissetrecipients: + loewis, amcnabb, r.david.murray, neologix, hynek
2012-05-19 14:17:19loewislinkissue14702 messages
2012-05-19 14:17:19loewiscreate