From: Wu Libin Date: Fri, 24 Apr 2015 21:00:30 +0000 (-0400) Subject: LU-6428 llite: Add check of d_alias and d_child X-Git-Tag: 2.7.53~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;ds=sidebyside;h=1a14c28cb1136f1f67fdb14e848b2d461b26f941;hp=1a14c28cb1136f1f67fdb14e848b2d461b26f941;p=fs%2Flustre-release.git LU-6428 llite: Add check of d_alias and d_child In some specific kernel versions like debian wheezy 3.2 or Ubuntu 14.04, d_alias has been moved to d_u.d_alias and d_u.d_child has been moved to d_child in struct dentry in . This patch add a check of this two members to make the llite be compatible with those versions. Signed-off-by: Wu Libin Signed-off-by: James Simmons Change-Id: I8ae63fdd887609e2049ac5e90f2bf4ff2ab14fd4 Reviewed-on: http://review.whamcloud.com/14060 Reviewed-by: Bob Glossman Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Thomas Stibor Reviewed-by: Oleg Drokin ---