Btrfs: remove outdated comment in btrfs_ioctl_resize()
authorLi Hong <lihong.hi@gmail.com>
Thu, 14 May 2009 17:52:21 +0000 (13:52 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 14 May 2009 18:00:33 +0000 (14:00 -0400)
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>
fs/btrfs/ioctl.c

index 48762aa..db84aa4 100644 (file)
@@ -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;