Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 128400
b: refs/heads/master
c: 8a71264
h: refs/heads/master
v: v3
  • Loading branch information
Chris Mason authored and David Woodhouse committed Jun 12, 2007
1 parent 26ecb28 commit d12df70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5af3981c1878b0657b9babd2ef7ec98c2008cf2c
refs/heads/master: 8a712645c3fbbf43293af8640af337b7cf1fef01
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1831,6 +1831,8 @@ int btrfs_ioctl(struct inode *inode, struct file *filp, unsigned int
namelen = strlen(vol_args.name);
if (namelen > BTRFS_VOL_NAME_MAX)
return -EINVAL;
if (strchr(vol_args.name, '/'))
return -EINVAL;
path = btrfs_alloc_path();
if (!path)
return -ENOMEM;
Expand Down

0 comments on commit d12df70

Please sign in to comment.