patch-2.3.17 linux/fs/ncpfs/sock.c
Next file: linux/fs/nfsd/vfs.c
Previous file: linux/fs/filesystems.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Sep 3 12:45:30 1999
- Orig file:
v2.3.16/linux/fs/ncpfs/sock.c
- Orig date:
Tue Aug 31 17:29:14 1999
diff -u --recursive --new-file v2.3.16/linux/fs/ncpfs/sock.c linux/fs/ncpfs/sock.c
@@ -176,7 +176,7 @@
instructions adding the wait_table waitqueues in the
waitqueue-head before going to calculate the mask-retval. */
__set_current_state(TASK_INTERRUPTIBLE);
- if (!(file->f_op->poll(file, &wait_table) & POLLIN)) {
+ if (!(sock->ops->poll(file, sock, &wait_table) & POLLIN)) {
int timed_out;
if (timeout > max_timeout) {
/* JEJB/JSP 2/7/94
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)