mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-18 15:48:59 +00:00
Btrfs: remove outdated comment in btrfs_ioctl_resize()
In Li Zefan's commit dae7b665cf6d6e6e733f1c9c16cf55547dd37e33, a combination call of kmalloc() and copy_from_user() is replaced by memdup_user(). So btrfs_ioctl_resize() doesn't use GFP_NOFS any more. Signed-off-by: Li Hong <lihong.hi@gmail.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
cc7b0c9b70
commit
5d847a8ed9
@ -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…
x
Reference in New Issue
Block a user