> 1. Is this one really needed? It's not used within the FS module, the fs > attribute of a file is always accessed directly. > 2. If it stays, it doesn't need a unit test, does it?
That seems dumb. We'll let Jose pass final judgement on it, but if he's okay with it, I'll just remove it with my next patch of changes to the FS module. Please dont. Encapsulation is quite important when managing abstract data types, and it may be useful to get a reference to the filesystem that backends a given open file.
