set REPARSE_POINT attr only if symlink_support attr is set

This commit is contained in:
unknown 2010-11-02 14:21:06 -04:00
parent 9c84f71623
commit db1c02cc28
3 changed files with 9 additions and 3 deletions

View file

@ -190,6 +190,7 @@ typedef struct __nfs41_file_info {
bool_t case_insensitive;
bool_t case_preserving;
bool_t symlink_dir;
bool_t symlink_support;
} nfs41_file_info;
#endif /* !__NFS41_DAEMON_TYPES_H__ */