X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fext4%2Fext4.h;h=e6185031c1ccb5d7ef6c35185d77e5b06d648a5d;hb=4fbf888accb39af423f271111d44e8186f053723;hp=2238e6097cfae24bc28c19f8b763c4b92d786524;hpb=3f61c0cc706d5c0beee7af17ffeb706403cf513c;p=cascardo%2Flinux.git diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 2238e6097cfa..e6185031c1cc 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -2751,8 +2751,6 @@ extern void ext4_double_down_write_data_sem(struct inode *first, struct inode *second); extern void ext4_double_up_write_data_sem(struct inode *orig_inode, struct inode *donor_inode); -void ext4_inode_double_lock(struct inode *inode1, struct inode *inode2); -void ext4_inode_double_unlock(struct inode *inode1, struct inode *inode2); extern int ext4_move_extents(struct file *o_filp, struct file *d_filp, __u64 start_orig, __u64 start_donor, __u64 len, __u64 *moved_len);