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>
Sun, 1 Dec 2013 00:53:49 +0000 (19:53 -0500)
commit7526402b1bd2618e776c81e0de79955e2be804dc
tree8b953064eacc1438a0bdf63de11fb1f0d35822cf
parenta0af6e4c6a30053eec1726d7d7f8d74b62c3e115
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