[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190310154443.38827-1-her0gyu@naver.com>
Date: Sun, 10 Mar 2019 08:44:43 -0700
From: Youngjun Park <her0gyugyu@...il.com>
To: viro@...iv.linux.org.uk
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
Youngjun Park <her0gyu@...er.com>
Subject: [PATCH] fs: file: fixed a long comment style issue.
Fixed a long comment style issue.
Signed-off-by: Youngjun Park <her0gyu@...er.com>
---
fs/file.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fs/file.c b/fs/file.c
index 7ffd6e9d103d..1d2ae917424d 100644
--- a/fs/file.c
+++ b/fs/file.c
@@ -154,7 +154,8 @@ static int expand_fdtable(struct files_struct *files, unsigned int nr)
spin_unlock(&files->file_lock);
new_fdt = alloc_fdtable(nr);
- /* make sure all __fd_install() have seen resize_in_progress
+ /*
+ * make sure all __fd_install() have seen resize_in_progress
* or have finished their rcu_read_lock_sched() section.
*/
if (atomic_read(&files->count) > 1)
--
2.17.1
Powered by blists - more mailing lists