]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 14 Dec 2017 16:11:03 +0000 (17:11 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 18 Jan 2018 20:15:58 +0000 (21:15 +0100)
commit1f28ae1ba2463ef0705302c0e92c91d178400f55
tree9619a913d0176f33b2dae824439a94e74cf50693
parente9557952ef87fe61b0e8211b7ff2f2d439ea4367
gfs2: Implement fallocate(FALLOC_FL_PUNCH_HOLE)

Implement the top-level bits of punching a hole into a file.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/bmap.h
fs/gfs2/file.c