commit | 344c043b38689c5e394a8659b6ef63814eff7479 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun May 17 15:06:45 2015 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 17 15:06:45 2015 -0400 |
tree | e37ba88260afde0ad3c8e6d9590f7e14b294a029 | |
parent | 66eb45b96563be387c1a2b39d1c0082692edbbc8 [diff] |
create_inode: handle source symlinks with extended attributes We need to use lgetxattr(2) instead of getxattr(2) or attempts to create file systems with extended attributes will fail: set_inode_xattr: No data available while reading attribute "trusted.link" of "link" __populate_fs: No data available while setting xattrs for "link" mke2fs: No data available while populating file system Reported-by: Jack_Fewx@Dell.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>