commit | 83f2c45e63935a325f73bde98b1609e0976a12e0 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Oct 30 17:57:29 2020 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Nov 12 10:41:26 2020 -0500 |
tree | 6529c0321c2f7b73ac795057698ceb266e8c0b92 | |
parent | 6c2190b3fcbc92cb79e39cc7e7531656b341e463 [diff] |
NFS: Remove unnecessary inode locking in nfs_llseek_dir() Remove the contentious inode lock, and instead provide thread safety using the file->f_lock spinlock. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>