diff options
Diffstat (limited to 'fs/udf/super.c')
-rw-r--r-- | fs/udf/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/udf/super.c b/fs/udf/super.c index 650f20fe9d62..787cedf6cc07 100644 --- a/fs/udf/super.c +++ b/fs/udf/super.c | |||
@@ -587,7 +587,7 @@ static int udf_remount_fs(struct super_block *sb, int *flags, char *options) | |||
587 | static int udf_vrs(struct super_block *sb, int silent) | 587 | static int udf_vrs(struct super_block *sb, int silent) |
588 | { | 588 | { |
589 | struct volStructDesc *vsd = NULL; | 589 | struct volStructDesc *vsd = NULL; |
590 | int sector = 32768; | 590 | loff_t sector = 32768; |
591 | int sectorsize; | 591 | int sectorsize; |
592 | struct buffer_head *bh = NULL; | 592 | struct buffer_head *bh = NULL; |
593 | int iso9660 = 0; | 593 | int iso9660 = 0; |