[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220527115638.9031-1-wangxiang@cdjrlc.com>
Date: Fri, 27 May 2022 19:56:38 +0800
From: Xiang wangx <wangxiang@...rlc.com>
To: anton@...era.com
Cc: linux-ntfs-dev@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
Xiang wangx <wangxiang@...rlc.com>
Subject: [PATCH] ntfs: remove unnecessary returns
Void function return statements are not generally useful
Signed-off-by: Xiang wangx <wangxiang@...rlc.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
Powered by blists - more mailing lists