]> git.pld-linux.org Git - packages/kernel.git/blob - linux-UDF.fix
- obsolete
[packages/kernel.git] / linux-UDF.fix
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 0.042856 seconds and 3 git commands to generate.