OSDN Git Service

NFSv4.2: xattr cache: remove unused cache struct field
authorFrank van der Linden <fllinden@amazon.com>
Thu, 27 Aug 2020 20:46:55 +0000 (20:46 +0000)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 21 Sep 2020 14:21:10 +0000 (10:21 -0400)
commit68274f97aeb6ebcd74c391ddbff0b517b9b0ca0f
treefd6db1a502cd279c702dce504ddaa1852254ccd1
parentcf65e49f89f2ccad54b1d560691cfa3cd371b2d2
NFSv4.2: xattr cache: remove unused cache struct field

The hash_lock field of the cache structure was a leftover
of a previous iteration of the code. It is now unused,
so remove it.

Signed-off-by: Frank van der Linden <fllinden@amazon.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs42xattr.c