X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fudf%2Fudf_sb.h;h=1f32c7bd9f57f21fb2859413cacde08b2949fd3a;hb=69d75671d985ccdb291e4d19ddfdecd12440e857;hp=ed401e94aa8c956dd8685ab33f496fc4ea52eec7;hpb=d8524ae9d6f492a9c6db9f4d89c5f9b8782fa2d5;p=~andy%2Flinux diff --git a/fs/udf/udf_sb.h b/fs/udf/udf_sb.h index ed401e94aa8..1f32c7bd9f5 100644 --- a/fs/udf/udf_sb.h +++ b/fs/udf/udf_sb.h @@ -162,7 +162,7 @@ static inline struct udf_sb_info *UDF_SB(struct super_block *sb) return sb->s_fs_info; } -struct logicalVolIntegrityDescImpUse *udf_sb_lvidiu(struct udf_sb_info *sbi); +struct logicalVolIntegrityDescImpUse *udf_sb_lvidiu(struct super_block *sb); int udf_compute_nr_groups(struct super_block *sb, u32 partition);