Loading fs/udf/super.c +4 −2 Original line number Diff line number Diff line Loading @@ -99,6 +99,8 @@ static void udf_close_lvid(struct super_block *); static unsigned int udf_count_free(struct super_block *); static int udf_statfs(struct dentry *, struct kstatfs *); static int udf_show_options(struct seq_file *, struct vfsmount *); static void udf_error(struct super_block *sb, const char *function, const char *fmt, ...); struct logicalVolIntegrityDescImpUse *udf_sb_lvidiu(struct udf_sb_info *sbi) { Loading Loading @@ -1867,7 +1869,7 @@ static int udf_fill_super(struct super_block *sb, void *options, int silent) return -EINVAL; } void udf_error(struct super_block *sb, const char *function, static void udf_error(struct super_block *sb, const char *function, const char *fmt, ...) { va_list args; Loading fs/udf/udfdecl.h +0 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,6 @@ struct extent_position { }; /* super.c */ extern void udf_error(struct super_block *, const char *, const char *, ...); extern void udf_warning(struct super_block *, const char *, const char *, ...); /* namei.c */ Loading Loading
fs/udf/super.c +4 −2 Original line number Diff line number Diff line Loading @@ -99,6 +99,8 @@ static void udf_close_lvid(struct super_block *); static unsigned int udf_count_free(struct super_block *); static int udf_statfs(struct dentry *, struct kstatfs *); static int udf_show_options(struct seq_file *, struct vfsmount *); static void udf_error(struct super_block *sb, const char *function, const char *fmt, ...); struct logicalVolIntegrityDescImpUse *udf_sb_lvidiu(struct udf_sb_info *sbi) { Loading Loading @@ -1867,7 +1869,7 @@ static int udf_fill_super(struct super_block *sb, void *options, int silent) return -EINVAL; } void udf_error(struct super_block *sb, const char *function, static void udf_error(struct super_block *sb, const char *function, const char *fmt, ...) { va_list args; Loading
fs/udf/udfdecl.h +0 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,6 @@ struct extent_position { }; /* super.c */ extern void udf_error(struct super_block *, const char *, const char *, ...); extern void udf_warning(struct super_block *, const char *, const char *, ...); /* namei.c */ Loading