~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to fs/nfsd/nfs4state.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
647
647
                clp->cl_cb_conn.cb_client = NULL;
648
648
                rpc_shutdown_client(clnt);
649
649
        }
 
650
        if (clp->cl_cb_conn.cb_cred) {
 
651
                put_rpccred(clp->cl_cb_conn.cb_cred);
 
652
                clp->cl_cb_conn.cb_cred = NULL;
 
653
        }
650
654
}
651
655
 
652
656
static inline void
4082
4086
        laundry_wq = create_singlethread_workqueue("nfsd4");
4083
4087
        queue_delayed_work(laundry_wq, &laundromat_work, grace_time);
4084
4088
        set_max_delegations();
4085
 
        return set_callback_cred();
4086
4089
}
4087
4090
 
4088
4091
void