unionfs: remove library
This library was created as a mechanism to overlay a writable checkout for Git on top of Google's readonly SrcFS filesystem. This use case has long disappeared, and the unionfs library appears unused otherwise. Due to its reliance on timestamps and delays, it is very susceptible to flakiness in tests. Fixing this seems hard or maybe even impossible, so just remove the library. Change-Id: I6c594a724a0579b5c4c3aada76cd7013195fda94
Showing
unionfs/autounion.go
deleted
100644 → 0
This diff is collapsed.
unionfs/cachingfs.go
deleted
100644 → 0
unionfs/create.go
deleted
100644 → 0
unionfs/dircache.go
deleted
100644 → 0
unionfs/unionfs.go
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment