[PARISC] Wire up sys_fallocate (and compat_sys_fallocate)
[sfrench/cifs-2.6.git] / arch / parisc / kernel / syscall_table.S
index 627f3c28ad8cf6e2964effcc92d55200aeaf08ed..117438e9eb2a8329a932c17b5b184095982c39dc 100644 (file)
        ENTRY_SAME(setfsgid)
        /* I think this might work */
        ENTRY_SAME(llseek)              /* 140 */
-       /* struct linux_dirent has longs, like 'unsigned long d_ino' which
-        * almost definitely should be 'ino_t d_ino' but it's too late now */
-       ENTRY_DIFF(getdents)
+       ENTRY_COMP(getdents)
        /* it is POSSIBLE that select will be OK because even though fd_set
         * contains longs, the macros and sizes are clever. */
        ENTRY_COMP(select)
        ENTRY_COMP(signalfd)
        ENTRY_COMP(timerfd)
        ENTRY_SAME(eventfd)
+       ENTRY_COMP(fallocate)           /* 305 */
 
        /* Nothing yet */