Whamcloud - gitweb
LU-3974 llite: use new struct dir_context 47/7747/14
authorJames Simmons <uja.ornl@gmail.com>
Thu, 13 Feb 2014 00:51:44 +0000 (19:51 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 1 Mar 2014 02:42:29 +0000 (02:42 +0000)
commit44958192651b526101dec9a9e491532f62838496
tree526155081581fb76d08836e9d9bb0167960451c7
parent603182184b50f777a942ebc84839a406cf7cbf5b
LU-3974 llite: use new struct dir_context

The readdir and nfs code over time has added more
parameters to be passed to be processed. For the 3.11
kernel a new struct dir_context was introduced to
minimize the impact of future expansion. This patch
addresses this change.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: Ib42bf8cb06635a2a64e63b294d79e66ac82a1a5b
Reviewed-on: http://review.whamcloud.com/7747
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Peng Tao <bergwolf@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/autoconf/lustre-core.m4
lustre/llite/dir.c
lustre/llite/llite_internal.h
lustre/llite/llite_nfs.c