lkml.org 
[lkml]   [2022]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] ntfs: remove unnecessary returns
Date
Void function return statements are not generally useful

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
fs/ntfs/inode.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/ntfs/inode.c b/fs/ntfs/inode.c
index 4474adb393ca..b80bee4a8e5a 100644
--- a/fs/ntfs/inode.c
+++ b/fs/ntfs/inode.c
@@ -2277,7 +2277,6 @@ void ntfs_evict_big_inode(struct inode *vi)
BUG_ON(ni->page);
if (!atomic_dec_and_test(&ni->count))
BUG();
- return;
}

/**
--
2.36.1
\
 
 \ /
  Last update: 2022-05-27 14:21    [W:0.027 / U:0.340 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site