summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2015-11-27 18:49:39 +0100
committerDavid Sterba <dsterba@suse.com>2015-12-03 15:02:21 +0100
commit87ad58c5f07444ab2fa083c62b154f38ef0a3035 (patch)
tree177f7e16c25700a402a0577be0f4311801e491b7 /fs/btrfs/volumes.h
parent1ec218373b8ebda821aec00bb156a9c94fad9cd4 (diff)
downloadlinux-stable-87ad58c5f07444ab2fa083c62b154f38ef0a3035.tar.gz
linux-stable-87ad58c5f07444ab2fa083c62b154f38ef0a3035.tar.bz2
linux-stable-87ad58c5f07444ab2fa083c62b154f38ef0a3035.zip
btrfs: make btrfs_close_one_device static
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index ec5712372732..2dc59eba188d 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -566,6 +566,5 @@ static inline void unlock_chunks(struct btrfs_root *root)
struct list_head *btrfs_get_fs_uuids(void);
void btrfs_set_fs_info_ptr(struct btrfs_fs_info *fs_info);
void btrfs_reset_fs_info_ptr(struct btrfs_fs_info *fs_info);
-void btrfs_close_one_device(struct btrfs_device *device);
#endif