]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
logprint: remove xlog_print_dir2_sf
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Nov 2025 06:29:39 +0000 (07:29 +0100)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 3 Dec 2025 10:48:04 +0000 (11:48 +0100)
commit1fc548d023e370b8be21362b0b2b455c484f8588
tree3949a5ded95f553d77fc61bdda34a6cacb55b753
parent44df5a636d145f6870f8d6809741d543f2ec6a59
logprint: remove xlog_print_dir2_sf

The code has been stubbed out since the initial creation of the
xfsprogs repository.  Open code the single-line printf in the
data fork caller (attr forks can't contain directories) and remove
the dead code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Andrey Albershteyn <aalbersh@kernel.org>
logprint/log_misc.c