diff options
author | Junxiao Bi <junxiao.bi@oracle.com> | 2022-06-07 19:12:26 +0200 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-06-17 04:58:20 +0200 |
commit | 53fd5ffbb5197b8cc2d73d2bbc0f688afd45736c (patch) | |
tree | f92102e3b576d8127656ca16115d5143eea04f68 /lib/of-reconfig-notifier-error-inject.c | |
parent | profiling: fix shift too large makes kernel panic (diff) | |
download | linux-53fd5ffbb5197b8cc2d73d2bbc0f688afd45736c.tar.xz linux-53fd5ffbb5197b8cc2d73d2bbc0f688afd45736c.zip |
ocfs2: kill EBUSY from dlmfs_evict_inode
When unlinking a dlmfs, first it will invoke dlmfs_unlink(), and then
invoke dlmfs_evict_inode(), user_dlm_destroy_lock() is invoked in both
places, the second one from dlmfs_evict_inode() will get EBUSY error
because USER_LOCK_IN_TEARDOWN is already set in lockres. This doesn't
affect any function, just the error log is annoying.
Link: https://lkml.kernel.org/r/20220607171226.86672-1-junxiao.bi@oracle.com
Signed-off-by: Junxiao Bi <junxiao.bi@oracle.com>
Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Gang He <ghe@suse.com>
Cc: Jun Piao <piaojun@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'lib/of-reconfig-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions