summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-01-04 08:33:52 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:09:21 +0300
commit669f87a5da1c7b91b64f3c6308820b316e241cc2 (patch)
treefc131a6ce9c35ae434a522ff080143e7f5e85969 /fs/bcachefs/fs.c
parent98c80d6df67168035e4e84080959f070e9055bd2 (diff)
downloadlinux-669f87a5da1c7b91b64f3c6308820b316e241cc2.tar.xz
bcachefs: Switch to __func__for recording where btree_trans was initialized
Symbol decoding, via %ps, isn't supported in userspace - this will also be faster when we're using trans->fn in the fast path, as with the new BCH_JSET_ENTRY_log journal messages. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
Diffstat (limited to 'fs/bcachefs/fs.c')
-rw-r--r--fs/bcachefs/fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/fs.c b/fs/bcachefs/fs.c
index bbdfccf24e53..10a737965beb 100644
--- a/fs/bcachefs/fs.c
+++ b/fs/bcachefs/fs.c
@@ -135,7 +135,6 @@ int __must_check bch2_write_inode(struct bch_fs *c,
int ret;
bch2_trans_init(&trans, c, 0, 512);
- trans.ip = _RET_IP_;
retry:
bch2_trans_begin(&trans);