mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
* git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable: Btrfs: Spelling fix in btrfs_lookup_first_block_group comments Btrfs: make show_options result match actual option names Btrfs: remove outdated comment in btrfs_ioctl_resize() Btrfs: remove some WARN_ONs in the IO failure path Btrfs: Don't loop forever on metadata IO failures Btrfs: init inode ordered_data_close flag properly
This commit is contained in:
commit
5732c46849
6 changed files with 40 additions and 13 deletions
|
@ -437,10 +437,6 @@ out_unlock:
|
|||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Called inside transaction, so use GFP_NOFS
|
||||
*/
|
||||
|
||||
static int btrfs_ioctl_resize(struct btrfs_root *root, void __user *arg)
|
||||
{
|
||||
u64 new_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue