aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/udfdecl.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r--fs/udf/udfdecl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h
index d3aae5633722..2310b5c8fd8b 100644
--- a/fs/udf/udfdecl.h
+++ b/fs/udf/udfdecl.h
@@ -175,7 +175,7 @@ extern int udf_get_filename(struct super_block *, uint8_t *, uint8_t *, int);
175extern int udf_put_filename(struct super_block *, const uint8_t *, uint8_t *, 175extern int udf_put_filename(struct super_block *, const uint8_t *, uint8_t *,
176 int); 176 int);
177extern int udf_build_ustr(struct ustr *, dstring *, int); 177extern int udf_build_ustr(struct ustr *, dstring *, int);
178extern int udf_CS0toUTF8(struct ustr *, struct ustr *); 178extern int udf_CS0toUTF8(struct ustr *, const struct ustr *);
179 179
180/* ialloc.c */ 180/* ialloc.c */
181extern void udf_free_inode(struct inode *); 181extern void udf_free_inode(struct inode *);