Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62765
b: refs/heads/master
c: 0d786d4
h: refs/heads/master
i:
  62763: b630ca4
v: v3
  • Loading branch information
Ulrich Drepper authored and Linus Torvalds committed Jul 24, 2007
1 parent f745854 commit 51fd27f
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: 4f640efb3170dbcf99a37a3cc99060647b95428c
refs/heads/master: 0d786d4a2773f06a791e8c3730d049077fb81df6
2 changes: 1 addition & 1 deletion trunk/fs/open.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ asmlinkage long sys_fallocate(int fd, int mode, loff_t offset, loff_t len)
if (inode->i_op && inode->i_op->fallocate)
ret = inode->i_op->fallocate(inode, mode, offset, len);
else
ret = -ENOSYS;
ret = -EOPNOTSUPP;

out_fput:
fput(file);
Expand Down

0 comments on commit 51fd27f

Please sign in to comment.