]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae7ef822f12aec135f22619b5063c95be7afbeb2
tree3712028cb17a52b773ee626bda51ba6dc349d2a5
parent05dd44169de4b211f89cdd538c52e96da49072e6
Btrfs: remove outdated comment in btrfs_ioctl_resize()

In Li Zefan's commit 747437f9e94deb38fbd56c05ec48350a1a8e5da8,
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