]> Git Repo - linux.git/commit - fs/ext4/resize.c
ext4: drop ext4_handle_dirty_super()
authorJan Kara <[email protected]>
Wed, 16 Dec 2020 10:18:44 +0000 (11:18 +0100)
committerTheodore Ts'o <[email protected]>
Tue, 22 Dec 2020 18:08:46 +0000 (13:08 -0500)
commita3f5cf14ff917d46a4d491cf86210fd639d1ff38
tree4ce4a550363af1aa94e330b3b57a3c9ec391319f
parentdfd56c2c0c0dbb11be939b804ddc8d5395ab3432
ext4: drop ext4_handle_dirty_super()

The wrapper is now useless since it does what
ext4_handle_dirty_metadata() does. Just remove it.

Signed-off-by: Jan Kara <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
fs/ext4/ext4_jbd2.c
fs/ext4/ext4_jbd2.h
fs/ext4/file.c
fs/ext4/inode.c
fs/ext4/namei.c
fs/ext4/resize.c
fs/ext4/xattr.c
This page took 0.067671 seconds and 4 git commands to generate.