Whamcloud - gitweb
LU-9558 llite: user enhanced getattr functionality in newer kernels 15/27715/2
authorJames Simmons <uja.ornl@yahoo.com>
Wed, 21 Jun 2017 21:37:04 +0000 (17:37 -0400)
committerJames Simmons <uja.ornl@yahoo.com>
Wed, 21 Jun 2017 21:37:04 +0000 (17:37 -0400)
commit57730260e846cd5011469fe2edc667ef73ad3bad
tree8951e800861d764e8430298701803fadc7f0eeda
parent4fd7715fbe33db933555a0ab122df9f178e0e3e4
LU-9558 llite: user enhanced getattr functionality in newer kernels

Starting with the linux kernel 4.11 a new system call was added
to enhance the file info available. This new functionality has
changed the getattr functions in the linux kernel. This patch
only provides the most basic support for now.

Linux-commit: a528d35e8bfcc521d7cb70aaf03e1bd296c8493f

Change-Id: Iee1b02bb94dab05a3197866af9eedd6f35cac7c5
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
lustre/autoconf/lustre-core.m4
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/tests/kernel/kinode.c