New error codes ISO_RR_NAME_TOO_LONG and ISO_RR_NAME_RESERVED for

occasions which previously returned ISO_WRONG_ARG_VALUE.
This commit is contained in:
2011-03-26 20:54:20 +01:00
parent 270cd1cad5
commit 61383dea2d
5 changed files with 58 additions and 39 deletions

View File

@@ -6828,6 +6828,13 @@ int iso_md5_match(char first_md5[16], char second_md5[16]);
/** Found copied superblock checksum tag (WARNING, HIGH, -376) */
#define ISO_MD5_TAG_COPIED 0xD030FE88
/** Rock Ridge leaf name too long (FAILURE, HIGH, -377) */
#define ISO_RR_NAME_TOO_LONG 0xE830FE87
/** Reserved Rock Ridge leaf name (FAILURE, HIGH, -378) */
#define ISO_RR_NAME_RESERVED 0xE830FE86
/* Internal developer note:
Place new error codes directly above this comment.