]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
gfs2: Clean up gfs2_unstuff_dinode
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 17 Jun 2021 19:36:50 +0000 (21:36 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 29 Jun 2021 08:56:51 +0000 (10:56 +0200)
commit7a607a41cdc6c6f27b8e234cb44ce57070513dac
treed5aecbe6110a26df517a9bf41e3f44572a0f0954
parent64090cbe4bff240e9a5266e956fcaf449ea6b327
gfs2: Clean up gfs2_unstuff_dinode

Split __gfs2_unstuff_inode off from gfs2_unstuff_dinode and clean up the
code a little.  All remaining callers now pass NULL as the page argument
of gfs2_unstuff_dinode, so remove that argument.

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