Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286177
b: refs/heads/master
c: 795d9a2
h: refs/heads/master
i:
  286175: 9ae0370
v: v3
  • Loading branch information
Hiroaki SHIMODA authored and David S. Miller committed Jan 17, 2012
1 parent cc74c94 commit 0792fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1886e5d2c694e7fb59434c717e704e7fd8475d2e
refs/heads/master: 795d9a2538b205d9329f34798ec96503a07b7919
2 changes: 1 addition & 1 deletion trunk/net/core/net-sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand Down

0 comments on commit 0792fd8

Please sign in to comment.