Whamcloud - gitweb
debugfs: create commands to edit extended attributes
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 12 Mar 2014 03:49:58 +0000 (23:49 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 12 Mar 2014 03:50:08 +0000 (23:50 -0400)
commit227239b10b93bb51b6d8fc4023af77a94cdd7775
treed40b7beef4a4f0ff6ff407c3448524e1e9821ee8
parent2ddcee17711b37fe9fca7d2350f275789a014f86
debugfs: create commands to edit extended attributes

Enhance debugfs to be able to display and modify extended attributes, and
create some simple tests for the extended attribute editing functions.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/Makefile.in
debugfs/debug_cmds.ct
debugfs/debugfs.c
debugfs/debugfs.h
debugfs/xattrs.c [new file with mode: 0644]
tests/d_xattr_edits/expect [new file with mode: 0644]
tests/d_xattr_edits/name [new file with mode: 0644]
tests/d_xattr_edits/script [new file with mode: 0644]