Skip to content

Commit 1cad9c0

Browse files
SantoshShilimkarSomasundaram Krishnasamy
authored andcommitted
RDS: Add acl fields to the rds_connection
ACL can enabled on connections and to track them per connection, lets add couple of fields. Orabug: 23222944 Signed-off-by: Bang Ngyen <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]> Orabug: 27364391 (cherry picked from commit 857b901) cherry-pick-repo=linux-uek.git Signed-off-by: Gerd Rausch <[email protected]> Signed-off-by: Somasundaram Krishnasamy <[email protected]>
1 parent 427de26 commit 1cad9c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

net/rds/rds.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@ struct rds_connection {
289289

290290
enum rds_conn_drop_src c_drop_source;
291291
struct list_head c_laddr_node;
292+
293+
unsigned char c_acl_init;
294+
unsigned char c_acl_en;
292295
};
293296

294297
static inline

0 commit comments

Comments
 (0)