]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/fs.h
fold do_sync_file_range into sys_sync_file_range
[linux-beck.git] / include / linux / fs.h
index cf7fc8a7fe6ade9d8a12688a18a44d065b17d8ae..77a975089d9a5b8b9bc510fd1e30a9c75ce43f0b 100644 (file)
@@ -1095,10 +1095,6 @@ struct file_lock {
 
 extern void send_sigio(struct fown_struct *fown, int fd, int band);
 
-/* fs/sync.c */
-extern int do_sync_mapping_range(struct address_space *mapping, loff_t offset,
-                       loff_t endbyte, unsigned int flags);
-
 #ifdef CONFIG_FILE_LOCKING
 extern int fcntl_getlk(struct file *, struct flock __user *);
 extern int fcntl_setlk(unsigned int, struct file *, unsigned int,
@@ -2190,7 +2186,6 @@ static inline void insert_inode_hash(struct inode *inode) {
        __insert_inode_hash(inode, inode->i_ino);
 }
 
-extern struct file * get_empty_filp(void);
 extern void file_move(struct file *f, struct list_head *list);
 extern void file_kill(struct file *f);
 #ifdef CONFIG_BLOCK