]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: report crtime and attribute flags to statx
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 31 Mar 2017 17:32:03 +0000 (18:32 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 3 Apr 2017 05:05:59 +0000 (01:05 -0400)
commit5f955f26f3d42d04aba65590a32eb70eedb7f37d
tree5be9e8ecead5908ad014ab59cf1be5c462de6f84
parent99652ea56a4186bc5bf8a3721c5353f41b35ebcb
xfs: report crtime and attribute flags to statx

statx has the ability to report inode creation times and inode flags, so
hook up di_crtime and di_flags to that functionality.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/xfs/xfs_iops.c