[lustre-devel] [PATCH 149/151] lustre: llite: remove // comments.

James Simmons jsimmons at infradead.org
Mon Sep 30 11:56:48 PDT 2019


From: NeilBrown <neilb at suse.com>

Apart from the SPDX-License-Identifier comments,
the only remaining // comments are now themselves inside
/* */ comments, so they don't really count as comments.

The comments about rw_semaphore alignment are completely outdated.

Signed-off-by: NeilBrown <neilb at suse.com>
Signed-off-by: James Simmons <jsimmons at infradead.org>
---
 fs/lustre/llite/llite_internal.h | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/fs/lustre/llite/llite_internal.h b/fs/lustre/llite/llite_internal.h
index 2cb67b0..ee8d160 100644
--- a/fs/lustre/llite/llite_internal.h
+++ b/fs/lustre/llite/llite_internal.h
@@ -183,13 +183,6 @@ struct ll_inode_info {
 		struct {
 			struct mutex			lli_size_mutex;
 			char			       *lli_symlink_name;
-			/*
-			 * struct rw_semaphore {
-			 *    signed long	count;     // align d.d_def_acl
-			 *    spinlock_t	wait_lock; // align d.d_sa_lock
-			 *    struct list_head wait_list;
-			 * }
-			 */
 			struct rw_semaphore		lli_trunc_sem;
 			struct range_lock_tree		lli_write_tree;
 
-- 
1.8.3.1



More information about the lustre-devel mailing list