Home
last modified time | relevance | path

Searched hist:"902 c68a4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dioctl.c902c68a4 Wed May 28 20:19:58 CDT 2014 Gui Hecheng <guihc.fnst@cn.fujitsu.com> btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX

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>