Commit a958ac2d authored by Jean Bez's avatar Jean Bez
Browse files

rename to new standard

parent fecb3db7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ int hook_pwritev(unsigned long fd, const struct iovec* iov, unsigned long iovcnt
        __func__, fd, fmt::ptr(iov), iovcnt, pos_l, pos_h);

    if (CTX->file_map()->exist(fd)) {
        return with_errno(adafs_pwritev(fd, iov, iovcnt, pos_l));
        return with_errno(gkfs::syscall::gkfs_pwritev(fd, iov, iovcnt, pos_l));
    }
    return syscall_no_intercept(SYS_pwritev, fd, iov, iovcnt);
}