Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360409
b: refs/heads/master
c: 82b22ac
h: refs/heads/master
i:
  360407: 9cf6991
v: v3
  • Loading branch information
Kusanagi Kouichi authored and Josef Bacik committed Feb 20, 2013
1 parent 9a34a02 commit 239917c
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: fe5fafbebd7e648aa6cb0a419dc812188b4d4ac8
refs/heads/master: 82b22ac8f651aebbf0149cbbbd5808f07753b09c
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3290,7 +3290,7 @@ static long btrfs_ioctl_ino_to_path(struct btrfs_root *root, void __user *arg)
struct inode_fs_paths *ipath = NULL;
struct btrfs_path *path;

if (!capable(CAP_SYS_ADMIN))
if (!capable(CAP_DAC_READ_SEARCH))
return -EPERM;

path = btrfs_alloc_path();
Expand Down

0 comments on commit 239917c

Please sign in to comment.