Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362825
b: refs/heads/master
c: 8184004
h: refs/heads/master
i:
  362823: 0ea70bd
v: v3
  • Loading branch information
Sasha Levin authored and Ingo Molnar committed Apr 10, 2013
1 parent 7cae972 commit 3388db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: bfaf4af8abf92b883c04d137a0c18245cc9d51a2
refs/heads/master: 8184004ed7a0bc9538f5e825615c29fc52466bab
5 changes: 3 additions & 2 deletions trunk/kernel/rtmutex-tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/spinlock.h>
#include <linux/timer.h>
#include <linux/freezer.h>
#include <linux/stat.h>

#include "rtmutex.h"

Expand Down Expand Up @@ -366,8 +367,8 @@ static ssize_t sysfs_test_status(struct device *dev, struct device_attribute *at
return curr - buf;
}

static DEVICE_ATTR(status, 0600, sysfs_test_status, NULL);
static DEVICE_ATTR(command, 0600, NULL, sysfs_test_command);
static DEVICE_ATTR(status, S_IRUSR, sysfs_test_status, NULL);
static DEVICE_ATTR(command, S_IWUSR, NULL, sysfs_test_command);

static struct bus_type rttest_subsys = {
.name = "rttest",
Expand Down

0 comments on commit 3388db7

Please sign in to comment.