[PATCH] ubifs: Wire-up statx() support

2017-05-20 Thread Richard Weinberger
statx() can report what flags a file has, expose flags that UBIFS supports. Especially STATX_ATTR_COMPRESSED and STATX_ATTR_ENCRYPTED can be interesting for userspace. Signed-off-by: Richard Weinberger --- fs/ubifs/dir.c | 15 +++ 1 file changed, 15 insertions(+)

[PATCH] ubifs: Wire-up statx() support

2017-05-20 Thread Richard Weinberger
statx() can report what flags a file has, expose flags that UBIFS supports. Especially STATX_ATTR_COMPRESSED and STATX_ATTR_ENCRYPTED can be interesting for userspace. Signed-off-by: Richard Weinberger --- fs/ubifs/dir.c | 15 +++ 1 file changed, 15 insertions(+) diff --git