bcachefs: Cleanup bch2_dirent_lookup_trans()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 25 Jan 2024 17:35:06 +0000 (12:35 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 10 Mar 2024 19:34:08 +0000 (15:34 -0400)
commit5b6271b5091263bb705f9634917b41ce980d2ba7
treeff436f623abc09b63a088ec771f066811f0e5fa9
parent23f25223157c60b00f86d74d141772c5c1996ae4
bcachefs: Cleanup bch2_dirent_lookup_trans()

Drop an unnecessary bch2_subvolume_get_snapshot() call, and drop the __
from the name - this is a normal interface.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/dirent.c
fs/bcachefs/dirent.h
fs/bcachefs/fs-common.c