aboutsummaryrefslogtreecommitdiffstats
path: root/net/nsh/nsh.c
diff options
context:
space:
mode:
authorKent Overstreet <[email protected]>2024-04-21 02:26:47 +0000
committerKent Overstreet <[email protected]>2024-04-21 03:00:59 +0000
commit0e42f381193d7f9b47922f1c4308e7729a45ba13 (patch)
treeb070eef0152f4d1eb60ab184900e5f4f4ebfd634 /net/nsh/nsh.c
parentbcachefs: Fix deadlock in journal write path (diff)
downloadkernel-0e42f381193d7f9b47922f1c4308e7729a45ba13.tar.gz
kernel-0e42f381193d7f9b47922f1c4308e7729a45ba13.zip
bcachefs: Fix inode early destruction path
discard_new_inode() is the wrong interface to use when we need to free an inode that was never inserted into the inode hash table; we can bypass the whole iput() -> evict() path and replace it with __destroy_inode(); kmem_cache_free() - this fixes a WARN_ON() about I_NEW. Signed-off-by: Kent Overstreet <[email protected]>
Diffstat (limited to 'net/nsh/nsh.c')
0 files changed, 0 insertions, 0 deletions