-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: fix desired file attributes propagation on create
Motivation: The attribute bitmap+xdr should provide attributes that applied on file/directory creation. The current implementation in test client code is broken as bitmask calculation is wrong. Modification: Update client code to use bitmap4#of instead of custom implementation. add a possibility to specify different attributes for file and directories. Result: valid XDR on the wire. Fixes: #109 Acked-by: Paul Millar Target: master
- Loading branch information
Showing
1 changed file
with
10 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters