diff --git a/[refs] b/[refs] index aa6d2fdd03dc..0d8b2e55d959 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1886e5d2c694e7fb59434c717e704e7fd8475d2e +refs/heads/master: 795d9a2538b205d9329f34798ec96503a07b7919 diff --git a/trunk/net/core/net-sysfs.c b/trunk/net/core/net-sysfs.c index f3dbd4f596a4..a1727cda03d7 100644 --- a/trunk/net/core/net-sysfs.c +++ b/trunk/net/core/net-sysfs.c @@ -929,7 +929,7 @@ static ssize_t bql_show_inflight(struct netdev_queue *queue, } static struct netdev_queue_attribute bql_inflight_attribute = - __ATTR(inflight, S_IRUGO | S_IWUSR, bql_show_inflight, NULL); + __ATTR(inflight, S_IRUGO, bql_show_inflight, NULL); #define BQL_ATTR(NAME, FIELD) \ static ssize_t bql_show_ ## NAME(struct netdev_queue *queue, \