X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fncpfs%2Ffile.c;h=df37524b85db0a69f823935bdf666cda214f48e8;hb=205781510d2a55a5c231f6e51df5b6c4aa765143;hp=e6b7c67cf057765f86921cf2220fee385eaaee38;hpb=3e8e7c93d7eb091463839b5212789c4aae09459e;p=powerpc.git diff --git a/fs/ncpfs/file.c b/fs/ncpfs/file.c index e6b7c67cf0..df37524b85 100644 --- a/fs/ncpfs/file.c +++ b/fs/ncpfs/file.c @@ -289,6 +289,9 @@ const struct file_operations ncp_file_operations = .read = ncp_file_read, .write = ncp_file_write, .ioctl = ncp_ioctl, +#ifdef CONFIG_COMPAT + .compat_ioctl = ncp_compat_ioctl, +#endif .mmap = ncp_mmap, .release = ncp_release, .fsync = ncp_fsync,