Commits


fork the library


Merge pull request #38 from progrium/ufs ufs: added mostly working unix filesystem server session implementation


ufs: Fix deadlock in Create Ensure that we don't attempt to lock the FileRef twice, which causes a deadlock. Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>


ufs: added mostly working unix filesystem server session implementation Signed-off-by: Jeff Lindsay <progrium@gmail.com>