2010-12-13 14:02:53

by Miklos Szeredi

[permalink] [raw]
Subject: [git pull] fuse/cuse: fix ioctl interface

Linus,

Please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus

These patches fix the unrestricted ioctl implementation. Unrestricted
ioctl's are only enabled for character devices (CUSE) not for fuse
filesystems.

Thanks,
Miklos


Miklos Szeredi (2):
fuse: fix ioctl when server is 32bit
fuse: verify ioctl retries

---
fs/fuse/file.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 66 insertions(+), 6 deletions(-)