aboutsummaryrefslogtreecommitdiff
path: root/fs/reiserfs/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/reiserfs/dev.c')
-rw-r--r--fs/reiserfs/dev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/reiserfs/dev.c b/fs/reiserfs/dev.c
index c6b6779..5d9c264 100644
--- a/fs/reiserfs/dev.c
+++ b/fs/reiserfs/dev.c
@@ -12,10 +12,10 @@
#include "reiserfs_private.h"
static struct blk_desc *reiserfs_blk_desc;
-static disk_partition_t *part_info;
+static struct disk_partition *part_info;
-void reiserfs_set_blk_dev(struct blk_desc *rbdd, disk_partition_t *info)
+void reiserfs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info)
{
reiserfs_blk_desc = rbdd;
part_info = info;