diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2022-08-27 15:00:59 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:09:39 -0400 |
commit | f5178b34b9f1b53d2a97a2a210d3c284966428e4 (patch) | |
tree | e93234a184b27646a8bde72dc3013dfb8216bd9b /fs/bcachefs/six.h | |
parent | 674cfc26240b7807f078a23a4f04681ccae49b02 (diff) | |
download | lwn-f5178b34b9f1b53d2a97a2a210d3c284966428e4.tar.gz lwn-f5178b34b9f1b53d2a97a2a210d3c284966428e4.zip |
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.h | 1 |
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 *); |