commit | 2ddcee17711b37fe9fca7d2350f275789a014f86 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Tue Mar 11 23:49:13 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 11 23:49:16 2014 -0400 |
tree | 674d4b250cb05c83eb6e239c9334b232d68eb199 | |
parent | 3aec816ff62e49aa7d2ab67fa43fc837fc68d219 [diff] |
debugfs, libext2fs: minor fixups to xattr support Add magic number checking to the extended attribute editing handle; move inline data to the head of the attribute list when writing so that inline data ends up in the inode area; and always zero the attribute space before writing to ensure that we can delete the last xattr. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>