Loading fs/ext4/dir.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -46,7 +46,7 @@ const struct file_operations ext4_dir_operations = { #ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT .compat_ioctl = ext4_compat_ioctl, .compat_ioctl = ext4_compat_ioctl, #endif #endif .fsync = ext4_sync_file, /* BKL held */ .fsync = ext4_sync_file, .release = ext4_release_dir, .release = ext4_release_dir, }; }; Loading fs/ext4/inode.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -768,7 +768,6 @@ static int ext4_splice_branch(handle_t *handle, struct inode *inode, * * * `handle' can be NULL if create == 0. * `handle' can be NULL if create == 0. * * * The BKL may not be held on entry here. Be sure to take it early. * return > 0, # of blocks mapped or allocated. * return > 0, # of blocks mapped or allocated. * return = 0, if plain lookup failed. * return = 0, if plain lookup failed. * return < 0, error case. * return < 0, error case. Loading Loading
fs/ext4/dir.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -46,7 +46,7 @@ const struct file_operations ext4_dir_operations = { #ifdef CONFIG_COMPAT #ifdef CONFIG_COMPAT .compat_ioctl = ext4_compat_ioctl, .compat_ioctl = ext4_compat_ioctl, #endif #endif .fsync = ext4_sync_file, /* BKL held */ .fsync = ext4_sync_file, .release = ext4_release_dir, .release = ext4_release_dir, }; }; Loading
fs/ext4/inode.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -768,7 +768,6 @@ static int ext4_splice_branch(handle_t *handle, struct inode *inode, * * * `handle' can be NULL if create == 0. * `handle' can be NULL if create == 0. * * * The BKL may not be held on entry here. Be sure to take it early. * return > 0, # of blocks mapped or allocated. * return > 0, # of blocks mapped or allocated. * return = 0, if plain lookup failed. * return = 0, if plain lookup failed. * return < 0, error case. * return < 0, error case. Loading