On 8/25/05, Pekka J Enberg <[EMAIL PROTECTED]> wrote:

> 
> @@ -392,6 +585,23 @@ otherwise noted.
>    fasync: called by the fcntl(2) system call when asynchronous
>         (non-blocking) mode is enabled for a file
> 
> +  lock: called by the fcntl(2) system call for F_GETLK, F_SETLK, and F_SETLKW
> +       commands
> +
> +  readv: called by the readv(2) system call
> +
> +  writev: called by the readv(2) system call

s/readv/writev/

> +
> +  sendfile: called by the sendfile(2) system call
> +
> +  get_unmapped_area: called by the mmap(2) system call
> +
> +  check_flags: called by the fcntl(2) system call for F_SETFL command
> +
> +  dir_notify: called by the fcntl(2) system call for F_NOTIFY command
> +
> +  flock: called by the flock(2) system call
> +


-- 
Coywolf Qi Hunt
http://ahbl.org/~coywolf/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to