Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91809
b: refs/heads/master
c: b8145a7
h: refs/heads/master
i:
  91807: 388594e
v: v3
  • Loading branch information
Adrian Bunk authored and Jan Kara committed Apr 17, 2008
1 parent 354262d commit a1534ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8dee00bb758f9e1d7fac9f5d2463d09444d4f255
refs/heads/master: b8145a769765ce9688eb84080d4c48b22a3553f2
6 changes: 4 additions & 2 deletions trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -1867,8 +1869,8 @@ 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,
const char *fmt, ...)
static void udf_error(struct super_block *sb, const char *function,
const char *fmt, ...)
{
va_list args;

Expand Down
1 change: 0 additions & 1 deletion trunk/fs/udf/udfdecl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit a1534ac

Please sign in to comment.