]> git.ipfire.org Git - thirdparty/linux.git/commit
gfs2: Remove unused fallocate_chunk argument
authorAndreas Gruenbacher <agruenba@redhat.com>
Sat, 23 May 2026 10:12:37 +0000 (12:12 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 29 May 2026 09:08:08 +0000 (11:08 +0200)
commit70008e22ab3fd619fb2a50dcfa80b9dfa26c5d8a
tree253fee63bb1478cf0e9f9ba70f5e2507f71fff42
parentf9c9ec2c319f843b70ecdf939d48b52d189bc081
gfs2: Remove unused fallocate_chunk argument

The mode argument of fallocate_chunk() became unused in commit
1885867b84d5 ("GFS2: Update i_size properly on fallocate"), so remove it.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/file.c