commit | 2a28900be20640fcd1e548b1e3bad79e8221fcf9 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Apr 28 10:40:09 2016 +0200 |
committer | Jan Kara <jack@suse.cz> | Thu Apr 28 10:43:31 2016 +0200 |
tree | be3bd2ac8da67d09cba33add39d2eda15067a48e | |
parent | a47241cdeee2689ee7089ec95cadfcf66588fbdb [diff] |
udf: Export superblock magic to userspace Currently UDF superblock magic doesn't appear in any userspace header files and thus userspace apps have hard time checking for this fs. Let's export the magic to userspace as with any other filesystem. Signed-off-by: Jan Kara <jack@suse.cz>