]> git.pld-linux.org Git - packages/kernel.git/blame - linux-UDF.fix
- added description of djurban's branch
[packages/kernel.git] / linux-UDF.fix
CommitLineData
6febcff7 1--- fs/udf/udfdecl.h.org Tue Jun 12 04:15:27 2001
2+++ fs/udf/udfdecl.h Fri Jul 13 11:00:26 2001
3@@ -165,15 +165,15 @@
4
5 /* ialloc.c */
6 extern void udf_free_inode(struct inode *);
7-extern struct inode * udf_new_inode (const struct inode *, int, int *);
8+extern struct inode * udf_new_inode (struct inode *, int, int *);
9
10 /* truncate.c */
11 extern void udf_truncate_extents(struct inode *);
12
13 /* balloc.c */
14-extern void udf_free_blocks(const struct inode *, lb_addr, Uint32, Uint32);
15-extern int udf_prealloc_blocks(const struct inode *, Uint16, Uint32, Uint32);
16-extern int udf_new_block(const struct inode *, Uint16, Uint32, int *);
17+extern void udf_free_blocks(struct inode *, lb_addr, Uint32, Uint32);
18+extern int udf_prealloc_blocks(struct inode *, Uint16, Uint32, Uint32);
19+extern int udf_new_block(struct inode *, Uint16, Uint32, int *);
20
21 /* fsync.c */
22 extern int udf_fsync_file(struct file *, struct dentry *, int);
This page took 2.950082 seconds and 4 git commands to generate.