commit | 6e70e26dc52be62c1f39f81b5f71fa5e643677aa | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@gmail.com> | Thu Sep 21 21:32:29 2017 -0500 |
committer | Steve French <smfrench@gmail.com> | Fri Sep 22 18:00:41 2017 -0500 |
tree | 694a86732f2767ad9a7b0f06e834b85fcc0b3721 | |
parent | 0603c96f3af50e2f9299fa410c224ab1d465e0f9 [diff] |
SMB3: handle new statx fields We weren't returning the creation time or the two easily supported attributes (ENCRYPTED or COMPRESSED) for the getattr call to allow statx to return these fields. Signed-off-by: Steve French <smfrench@gmail.com> Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>\ Acked-by: Jeff Layton <jlayton@poochiereds.net> CC: Stable <stable@vger.kernel.org> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>