[PATCH v3] fuse: Allow fallocate(FALLOC_FL_ZERO_RANGE)

From: Richard W.M. Jones
Date: Wed May 12 2021 - 11:29:30 EST


v2 -> v3:

- Call truncate_pagecache_range, same as for hole punching.

- Tidy up the tests of flags in mode.

- Changed the test / example in the commit message to something
a bit simpler to understand.

- Retested it.

Rich.