]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: Refactor btrfs_ioctl_snap_create()
authorLi Zefan <lizf@cn.fujitsu.com>
Mon, 20 Dec 2010 07:53:28 +0000 (15:53 +0800)
committerLi Zefan <lizf@cn.fujitsu.com>
Thu, 23 Dec 2010 00:49:15 +0000 (08:49 +0800)
commit8053d2f29869c33f6b0083eaa61473b771dd102a
treef17b1e86d602236e7be49821ed8f9109819e29fb
parent99e408e3c14634d283ada948ea3d9d8791605736
Btrfs: Refactor btrfs_ioctl_snap_create()

Split it into two functions for two different ioctls, since they
share no common code.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
fs/btrfs/ioctl.c