Unionfs: support ->unlocked_ioctl and ->compat_ioctl
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 24 Sep 2010 06:27:44 +0000 (02:27 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 31 Jan 2012 08:01:01 +0000 (03:01 -0500)
commite146524a68be54100024928afa0d34d180a99f9a
tree4ced1fbb56c096d88efd1142e3fb2b9a0e5eef96
parent96a7e2b74e1b11221e11b1fe34548f6ea37ab27d
Unionfs: support ->unlocked_ioctl and ->compat_ioctl

Old ->ioctl was split into ->unlocked_ioctl and ->compat_ioctl.  Compat
version doesn't need to lock_kernel any longer.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/commonfops.c
fs/unionfs/file.c