]> wimlib.net Git - wimlib/blobdiff - include/wimlib/apply.h
Rename dentry name fields
[wimlib] / include / wimlib / apply.h
index ad21418ef5f92f6516914dff6c2ebeef5271c894..071f5ed40173813d540cf6d6a3d5613065e02332 100644 (file)
@@ -198,9 +198,9 @@ struct apply_operations {
         *
         * 'd_extraction_name' and 'd_extraction_name_nchars' of each dentry
         * will be set to indicate the actual name with which the dentry should
-        * be extracted.  This may or may not be the same as 'file_name'.
-        * TODO: really, the extraction backends should be responsible for
-        * generating 'd_extraction_name'.
+        * be extracted.  This may or may not be the same as 'd_name'.  TODO:
+        * really, the extraction backends should be responsible for generating
+        * 'd_extraction_name'.
         *
         * Each dentry will refer to a valid inode in 'd_inode'.  Each inode
         * will contain a list of dentries of that inode being extracted; this