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, 11 Nov 2014 00:47:21 +0000 (19:47 -0500)
commita25006a09b38cdf1f12ec3f43415d52a317c7ee0
tree2d421a580757bf72024d3e64b9e95e3cdd32e2f3
parent6126f268439e8112df12fbc5b53c31fe875c0b38
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