summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorLi Hong <lihong.hi@gmail.com>2009-05-14 13:52:21 -0400
committerChris Mason <chris.mason@oracle.com>2009-05-14 14:00:33 -0400
commit5d847a8ed970d17e2734ff9e07a74fe36cceb24e (patch)
tree3712028cb17a52b773ee626bda51ba6dc349d2a5 /fs
parentcc7b0c9b701a079016183f3546b4d720194b367f (diff)
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/ioctl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
index 48762aa1e94..db84aa48ab7 100644
--- a/fs/btrfs/ioctl.c
+++ b/fs/btrfs/ioctl.c
@@ -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;