From: Hugh Dickins Date: Mon, 23 Jun 2014 20:22:03 +0000 (-0700) Subject: tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supported X-Git-Tag: omap-for-v3.16/fixes-rc4~63^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13ace4d0d9db40e10ecd66dfda14e297571be813;p=pandora-kernel.git tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supported I was well aware of FALLOC_FL_ZERO_RANGE and FALLOC_FL_COLLAPSE_RANGE support being added to fallocate(); but didn't realize until now that I had been too stupid to future-proof shmem_fallocate() against new additions. -EOPNOTSUPP instead of going on to ordinary fallocation. Signed-off-by: Hugh Dickins Reviewed-by: Lukas Czerner Cc: [3.15] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed