]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - configure.ac
misc: copy extended attributes in populate_fs
authorRoss Burton <ross.burton@intel.com>
Thu, 10 Jul 2014 16:44:38 +0000 (17:44 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 28 Jul 2014 01:19:24 +0000 (21:19 -0400)
commitc84da2eed09acee1cc9d2912bed71e9bb5788c8e
treeb8027517c4022a67e2ea9e897ae68f3d2343a2ec
parentae23dd19d814b1c84158e4b573fd48fb5e090623
misc: copy extended attributes in populate_fs

When creating a file system using a source directory, also copy any extended
attributes that have been set.

[ Add configure tests for Linux-specific xattr syscalls and add fallback
  when compiling on non-Linux systems. --tytso ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.in
lib/config.h.in
misc/create_inode.c