| commit | b18da0c56e9ff43a007b6c8e302c62e720964151 | [log] [tgz] |
|---|---|---|
| author | Miklos Szeredi <mszeredi@suse.cz> | Tue Dec 13 11:58:49 2011 +0100 |
| committer | Miklos Szeredi <mszeredi@suse.cz> | Tue Dec 13 11:58:49 2011 +0100 |
| tree | dca57bc1042c576474529768533d6efb88716f35 | |
| parent | c411cc88d873b3f68635a04691f7f115c46bc39e [diff] |
fuse: support ioctl on directories
Multiplexing filesystems may want to support ioctls on the underlying
files and directores (e.g. FS_IOC_{GET,SET}FLAGS).
Ioctl support on directories was missing so add it now.
Reported-by: Antonio SJ Musumeci <bile@landofbile.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>