Whamcloud - gitweb
LU-13717 sec: filename encryption - symlink support
[fs/lustre-release.git] / lustre / include / md_object.h
index f449f93..1785744 100644 (file)
@@ -143,7 +143,7 @@ struct md_attr {
 struct md_op_spec {
        union {
                /** symlink target */
-               const char *sp_symname;
+               struct lu_name sp_symname;
                /** eadata for regular files */
                struct md_spec_reg {
                        void *eadata;