]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
SMB3: handle new statx fields
authorSteve French <smfrench@gmail.com>
Fri, 22 Sep 2017 02:32:29 +0000 (21:32 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 12 Oct 2017 21:20:30 +0000 (16:20 -0500)
commit7c3364ac1f103289c0c687b899d32282ebadfeba
tree91addeb31c8288b10ce0d0eef5e1890c7674a4fe
parentdaaeb28bfd42c545f907b5716c3262624261f7d3
SMB3: handle new statx fields

BugLink: http://bugs.launchpad.net/bugs/1721777
commit 6e70e26dc52be62c1f39f81b5f71fa5e643677aa upstream.

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>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
fs/cifs/inode.c