propagate attrs on dir creation

This commit is contained in:
Olga Kornievskaia 2012-03-20 16:37:53 -04:00 committed by unknown
parent 24781aa472
commit 83cab313f0
4 changed files with 18 additions and 17 deletions

View file

@ -1057,7 +1057,8 @@ int nfs41_create(
IN uint32_t mode,
IN OPTIONAL const char *symlink,
IN nfs41_path_fh *parent,
OUT nfs41_path_fh *file);
OUT nfs41_path_fh *file,
OUT nfs41_file_info *info);
int nfs41_close(
IN nfs41_session *session,