X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fptlrpc%2Flproc_ptlrpc.c;h=abe69edf51cae9c3a7e13e00dc95adae3d1fb0b1;hp=8eb11fcae9357e8d98131386508d7524009a7f1e;hb=b893c0d0269210b125da0481d17b18f5b06fec1d;hpb=aec90d3dbbd97f998e8d26ccf123c22b8e8837b9 diff --git a/lustre/ptlrpc/lproc_ptlrpc.c b/lustre/ptlrpc/lproc_ptlrpc.c index 8eb11fc..abe69ed 100644 --- a/lustre/ptlrpc/lproc_ptlrpc.c +++ b/lustre/ptlrpc/lproc_ptlrpc.c @@ -631,7 +631,7 @@ int lprocfs_wr_evict_client(struct file *file, const char *buffer, * the proc entries under the being destroyed export{}, so I have * to drop the lock at first here. * - jay, jxiong@clusterfs.com */ - class_incref(obd); + class_incref(obd, __FUNCTION__, cfs_current()); LPROCFS_EXIT(); sscanf(buffer, "%40s", tmpbuf); @@ -643,7 +643,7 @@ int lprocfs_wr_evict_client(struct file *file, const char *buffer, obd_export_evict_by_uuid(obd, tmpbuf); LPROCFS_ENTRY(); - class_decref(obd); + class_decref(obd, __FUNCTION__, cfs_current()); return count; }