From: Li Hong Date: Thu, 14 May 2009 17:52:21 +0000 (-0400) Subject: Btrfs: remove outdated comment in btrfs_ioctl_resize() X-Git-Tag: linux-omap-v2.6.30-rc6~14^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d847a8ed970d17e2734ff9e07a74fe36cceb24e;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed