diff options
author | Mike Marshall <hubcap@omnibond.com> | 2016-02-24 13:24:14 -0500 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-24 13:24:14 -0500 |
commit | d37c0f307adb1d15712cb8d3cec23d81389c1937 (patch) | |
tree | bc6aaceba0a9ad6d3c396cb93b1cacc881958ad1 /fs/orangefs | |
parent | c1223ca48baa867e9abc77fbb7f97500dc2a0cf8 (diff) |
Orangefs: clean up orangefs_kernel_op_s comments.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs')
-rw-r--r-- | fs/orangefs/orangefs-kernel.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h index 6290c24d8270..4ed64e555ca0 100644 --- a/fs/orangefs/orangefs-kernel.h +++ b/fs/orangefs/orangefs-kernel.h | |||
@@ -188,11 +188,12 @@ struct orangefs_kernel_op_s { | |||
188 | __u64 tag; | 188 | __u64 tag; |
189 | 189 | ||
190 | /* | 190 | /* |
191 | * Set uses_shared_memory to 1 if this operation uses shared memory. | 191 | * Set uses_shared_memory to non zero if this operation uses |
192 | * If true, then a retry on the op must also get a new shared memory | 192 | * shared memory. If true, then a retry on the op must also |
193 | * buffer and re-populate it. Cancels don't care - it only matters | 193 | * get a new shared memory buffer and re-populate it. |
194 | * for service_operation() retry logics and cancels don't go through | 194 | * Cancels don't care - it only matters for service_operation() |
195 | * it anymore. | 195 | * retry logics and cancels don't go through it anymore. It |
196 | * safely stays non-zero when we use it as slot_to_free. | ||
196 | */ | 197 | */ |
197 | union { | 198 | union { |
198 | int uses_shared_memory; | 199 | int uses_shared_memory; |
@@ -205,8 +206,6 @@ struct orangefs_kernel_op_s { | |||
205 | struct completion waitq; | 206 | struct completion waitq; |
206 | spinlock_t lock; | 207 | spinlock_t lock; |
207 | 208 | ||
208 | /* VFS aio fields */ | ||
209 | |||
210 | int attempts; | 209 | int attempts; |
211 | 210 | ||
212 | struct list_head list; | 211 | struct list_head list; |