| Submitter | Greg Kroah-Hartman |
|---|---|
| Date | 2009-11-06 22:15:19 |
| Message ID | <20091106221550.079264596@mini.kroah.org> |
| Download | mbox | patch |
| Permalink | /patch/58173/ |
| State | New |
| Headers | show |
Comments
Patch
--- a/fs/nfs/direct.c +++ b/fs/nfs/direct.c @@ -457,6 +457,7 @@ static void nfs_direct_write_reschedule( }; struct rpc_task_setup task_setup_data = { .rpc_client = NFS_CLIENT(inode), + .rpc_message = &msg, .callback_ops = &nfs_write_direct_ops, .workqueue = nfsiod_workqueue, .flags = RPC_TASK_ASYNC,