Whamcloud - gitweb
LU-3544 xattr: xattr data may be gone with lock held 93/10693/2
authorLai Siyao <lai.siyao@intel.com>
Wed, 11 Jun 2014 14:44:01 +0000 (22:44 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 20 Jun 2014 02:52:10 +0000 (02:52 +0000)
commit58e218b8a9b78fdbd4332ea2fa8c99fc10c2c673
tree8b122771e2298976ca88e735335d36c8394391d4
parent6512bfc74b152efd6bff748e60818db860df123d
LU-3544 xattr: xattr data may be gone with lock held

Xattr cached data may be gone, but lock still held, in this case,
refetch xattr from server, otherwise client will return error.

Test-Parameters: alwaysuploadlogs envdefinitions=SLOW=yes testlist=parallel-scale-nfs,parallel-scale-nfs
Signed-off-by: Lai Siyao <lai.siyao@intel.com>
Change-Id: Id6fbbef339fea540728b181b2ae91799b8151fbd
Reviewed-on: http://review.whamcloud.com/10693
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Bobi Jam <bobijam@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/llite/xattr_cache.c