Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Retry deletion in LockFile.commit

On Thu, Jul 22, 2010 at 1:32 AM, Baumgart, Jens <jens.baumgart@xxxxxxx> wrote:
> E.g. DirCache does not know FS. Should DirCache pass FS.DETECTED to the modified LockFile constructor?
> FS.DETECTED is used in many places which does not seem to be nice.

We probably should be passing the FS through so that DirCache can get
it rather than needing to rely on FS.DETECTED.

-- 
Shawn.


Back to the top