patch-2.4.0-test12 linux/fs/lockd/clntproc.c
Next file: linux/fs/locks.c
Previous file: linux/fs/isofs/util.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Dec 3 18:01:01 2000
- Orig file:
v2.4.0-test11/linux/fs/lockd/clntproc.c
- Orig date:
Sun Nov 19 18:44:18 2000
diff -u --recursive --new-file v2.4.0-test11/linux/fs/lockd/clntproc.c linux/fs/lockd/clntproc.c
@@ -50,7 +50,7 @@
nlmclnt_next_cookie(&argp->cookie);
argp->state = nsm_local_state;
- memcpy(&lock->fh, NFS_FH(fl->fl_file->f_dentry), sizeof(struct nfs_fh));
+ memcpy(&lock->fh, NFS_FH(fl->fl_file->f_dentry->d_inode), sizeof(struct nfs_fh));
lock->caller = system_utsname.nodename;
lock->oh.data = req->a_owner;
lock->oh.len = sprintf(req->a_owner, "%d@%s",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)