diff options
-rw-r--r-- | fs/hfsplus/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/ioctl.c b/fs/hfsplus/ioctl.c index 80eb5b3a5ed..5b4667e08ef 100644 --- a/fs/hfsplus/ioctl.c +++ b/fs/hfsplus/ioctl.c | |||
@@ -192,7 +192,7 @@ ssize_t hfsplus_getxattr(struct dentry *dentry, const char *name, | |||
192 | } else | 192 | } else |
193 | res = size ? -ERANGE : 4; | 193 | res = size ? -ERANGE : 4; |
194 | } else | 194 | } else |
195 | res = -ENODATA; | 195 | res = -EOPNOTSUPP; |
196 | out: | 196 | out: |
197 | if (size) | 197 | if (size) |
198 | hfs_find_exit(&fd); | 198 | hfs_find_exit(&fd); |