Skip to content

Commit 6fc663e

Browse files
committed
btrfs: remove struct rcu_string
The only use for device name has been removed so we can kill the RCU string API. Reviewed-by: Daniel Vacek <neelx@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 71ef07c commit 6fc663e

File tree

4 files changed

+0
-43
lines changed

4 files changed

+0
-43
lines changed

fs/btrfs/rcu-string.h

Lines changed: 0 additions & 40 deletions
This file was deleted.

fs/btrfs/volumes.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "transaction.h"
1919
#include "volumes.h"
2020
#include "raid56.h"
21-
#include "rcu-string.h"
2221
#include "dev-replace.h"
2322
#include "sysfs.h"
2423
#include "tree-checker.h"

fs/btrfs/volumes.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <uapi/linux/btrfs.h>
2222
#include <uapi/linux/btrfs_tree.h>
2323
#include "messages.h"
24-
#include "rcu-string.h"
2524
#include "extent-io-tree.h"
2625

2726
struct block_device;

fs/btrfs/zoned.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "ctree.h"
1010
#include "volumes.h"
1111
#include "zoned.h"
12-
#include "rcu-string.h"
1312
#include "disk-io.h"
1413
#include "block-group.h"
1514
#include "dev-replace.h"

0 commit comments

Comments
 (0)