summaryrefslogtreecommitdiff
path: root/fs/bcachefs/six.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2022-08-27 22:00:59 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:09:39 +0300
commitf5178b34b9f1b53d2a97a2a210d3c284966428e4 (patch)
treee93234a184b27646a8bde72dc3013dfb8216bd9b /fs/bcachefs/six.h
parent674cfc26240b7807f078a23a4f04681ccae49b02 (diff)
downloadlinux-f5178b34b9f1b53d2a97a2a210d3c284966428e4.tar.xz
six locks: Delete six_lock_pcpu_free_rcu()
Didn't have any users, and wasn't a good idea to begin with - delete it. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/six.h')
-rw-r--r--fs/bcachefs/six.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/six.h b/fs/bcachefs/six.h
index 59d796cfde43..6c9ac82d146d 100644
--- a/fs/bcachefs/six.h
+++ b/fs/bcachefs/six.h
@@ -201,7 +201,6 @@ void six_lock_increment(struct six_lock *, enum six_lock_type);
void six_lock_wakeup_all(struct six_lock *);
-void six_lock_pcpu_free_rcu(struct six_lock *);
void six_lock_pcpu_free(struct six_lock *);
void six_lock_pcpu_alloc(struct six_lock *);