Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
removed __read_only
Browse files Browse the repository at this point in the history
  • Loading branch information
seansp committed Jan 3, 2018
1 parent eabc343 commit f84245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hv-rhel7.x/hv/netvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#define LINKCHANGE_INT (2 * HZ)
#define VF_TAKEOVER_INT (HZ / 10)

static unsigned int ring_size __read_only = 128;
static unsigned int ring_size = 128;
module_param(ring_size, uint, S_IRUGO);
MODULE_PARM_DESC(ring_size, "Ring buffer size (# of pages)");
unsigned int netvsc_ring_bytes;
Expand Down

0 comments on commit f84245c

Please sign in to comment.