Commits


fork the library


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


ufs: Allow fid to be 0 0 is a valid fid, so check against the NOFID value instead. Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>


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>