git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b05fd87
)
btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX
author
Gui Hecheng
<guihc.fnst@cn.fujitsu.com>
Thu, 29 May 2014 01:19:58 +0000
(09:19 +0800)
committer
Chris Mason
<clm@fb.com>
Tue, 10 Jun 2014 00:21:07 +0000
(17:21 -0700)
To be accurate about the error case,
if the new size is beyond ULLONG_MAX, return ERANGE instead of EINVAL.
Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
No differences found