]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/signalfd.c
flag parameters: anon_inode_getfd extension
[linux-2.6-omap-h63xx.git] / fs / signalfd.c
index 619725644c75e4b30d5ba379f9d40a391466efdb..ddb328b74bde68ff4628aafae908f8d38609e708 100644 (file)
@@ -227,7 +227,8 @@ asmlinkage long sys_signalfd(int ufd, sigset_t __user *user_mask, size_t sizemas
                 * When we call this, the initialization must be complete, since
                 * anon_inode_getfd() will install the fd.
                 */
-               ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx);
+               ufd = anon_inode_getfd("[signalfd]", &signalfd_fops, ctx,
+                                      0);
                if (ufd < 0)
                        kfree(ctx);
        } else {