diff options
| author | Junxiao Bi <[email protected]> | 2020-06-25 20:29:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2020-06-26 00:27:36 -0700 |
| commit | 4cd9973f9ff69e37dd0ba2bd6e6423f8179c329a (patch) | |
| tree | f547f126b81b96769cf3de543dc9ee364a025ec4 /tools/perf/scripts/python | |
| parent | fd7af71be54271a9f03b2e6f63e4b3ac1ecd113d (diff) | |
ocfs2: avoid inode removal while nfsd is accessing it
Patch series "ocfs2: fix nfsd over ocfs2 issues", v2.
This is a series of patches to fix issues on nfsd over ocfs2. patch 1
is to avoid inode removed while nfsd access it patch 2 & 3 is to fix a
panic issue.
This patch (of 4):
When nfsd is getting file dentry using handle or parent dentry of some
dentry, one cluster lock is used to avoid inode removed from other node,
but it still could be removed from local node, so use a rw lock to avoid
this.
Link: http://lkml.kernel.org/r/[email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Junxiao Bi <[email protected]>
Reviewed-by: Joseph Qi <[email protected]>
Cc: Changwei Ge <[email protected]>
Cc: Gang He <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Jun Piao <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions