Whamcloud - gitweb
LU-3240 llite: Do not send parent dir fid in getattr by fid 10/7910/3
authorOleg Drokin <oleg.drokin@intel.com>
Thu, 10 Oct 2013 00:44:10 +0000 (20:44 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 11 Oct 2013 22:08:46 +0000 (22:08 +0000)
commit762f2114d282a98ebfa4dbbeea9298a8088ad24e
tree21c773fc0d845aeacda97a0d74ea95ddcde97b9d
parent5ea8210977958fa102baf3ed8450ca962cabcf25
LU-3240 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 <oleg.drokin@intel.com>
Change-Id: I8ea05e931cd85c126274b024a440137c309e5eb7
Reviewed-on: http://review.whamcloud.com/7910
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/llite/dir.c
lustre/llite/file.c
lustre/mdt/mdt_handler.c