From 588de43a9b3ce72cb04b4b75e7b265b1d7c427a8 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Fri, 28 Feb 2014 21:16:32 -0500 Subject: [PATCH] lustre/llite: Do not send parent dir fid in getattr by fid Sending getattr by fid in this case is pointless, as the parent might havelong changed and we have no control over it, but it's irrelevant anyway, since we already have the child fid. Signed-off-by: Oleg Drokin Reviewed-on: http://review.whamcloud.com/7910 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3240 Reviewed-by: Dmitry Eremin Reviewed-by: wangdi Reviewed-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed