aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/volumes.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r--fs/btrfs/volumes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h
index 1f6f25a5787f..9b41e4d3984d 100644
--- a/fs/btrfs/volumes.h
+++ b/fs/btrfs/volumes.h
@@ -42,6 +42,9 @@ struct btrfs_device {
42 42
43 struct block_device *bdev; 43 struct block_device *bdev;
44 44
45 /* the mode sent to open_bdev_exclusive */
46 fmode_t mode;
47
45 char *name; 48 char *name;
46 49
47 /* the internal btrfs device id */ 50 /* the internal btrfs device id */