Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211594
b: refs/heads/master
c: 46bf36e
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Christoph Hellwig committed Oct 15, 2010
1 parent 5c6db7c commit 8e36ff3
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: 32e39e19ccb0f25c9c1b7ff246e17e795366bbbd
refs/heads/master: 46bf36ecec79bbe5373ef68f0ed36cbf62e03482
2 changes: 1 addition & 1 deletion trunk/fs/hfsplus/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ ssize_t hfsplus_getxattr(struct dentry *dentry, const char *name,
} else
res = size ? -ERANGE : 4;
} else
res = -ENODATA;
res = -EOPNOTSUPP;
out:
if (size)
hfs_find_exit(&fd);
Expand Down

0 comments on commit 8e36ff3

Please sign in to comment.