commit | 525e2c56c341cb8b31bbe1694f0582077f454969 | [log] [tgz] |
---|---|---|
author | Andrew Gabbasov <andrew_gabbasov@mentor.com> | Fri Jan 15 02:44:19 2016 -0600 |
committer | Jan Kara <jack@suse.cz> | Tue Feb 09 13:05:23 2016 +0100 |
tree | bc3abd9e1f07f0e4322d290fac0fcac90a38d63e | |
parent | 7955118eafc4a2621fd88e92b505919af344583f [diff] |
udf: Parameterize output length in udf_put_filename Make the desired output length a parameter rather than have it hard-coded to UDF_NAME_LEN. Although all call sites still have this length the same, this parameterization will make the function more universal and also consistent with udf_get_filename. Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com> Signed-off-by: Jan Kara <jack@suse.cz>