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, 6 Mar 2011 08:43:31 +0000 (03:43 -0500)
commitbdcf7865b88aaeaeba6e4e7160baee240856b341
treed66c745061c2a4f6f62d6dd9dc8aae5ed9471eaf
parent5bf5abab385bf23199e74bdf1689b9a478a6bf06
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