]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parm
authorBob Peterson <rpeterso@redhat.com>
Wed, 22 Jul 2020 16:51:09 +0000 (11:51 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 15 Oct 2020 12:29:03 +0000 (14:29 +0200)
commit4a05f2732209697aab8fd08570835713d16a06a7
treebb150fa91771b413017cfb4bb74c72b74df3f634
parentb9cfda4c4380cafbb4099aaba6bdc94be121a744
gfs2: rename gfs2_write_full_page to gfs2_write_jdata_page, remove parm

Since the function is only used for writing jdata pages, this patch
simply renames function gfs2_write_full_page to a more appropriate
name: gfs2_write_jdata_page. This makes the code easier to understand.

The function was only called in one place, which passed in a pointer to
function gfs2_get_block_noalloc. The function doesn't need to be
passed in. Therefore, this also eliminates the unnecessary parameter
to increase efficiency.

I also took the liberty of cleaning up the function comments.

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