|
|
@ -2253,7 +2253,7 @@ struct filename { |
|
|
|
const char iname[]; |
|
|
|
const char iname[]; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
extern long vfs_truncate(struct path *, loff_t); |
|
|
|
extern long vfs_truncate(const struct path *, loff_t); |
|
|
|
extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs, |
|
|
|
extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs, |
|
|
|
struct file *filp); |
|
|
|
struct file *filp); |
|
|
|
extern int vfs_fallocate(struct file *file, int mode, loff_t offset, |
|
|
|
extern int vfs_fallocate(struct file *file, int mode, loff_t offset, |
|
|
|