diff options
author | David Teigland <teigland@redhat.com> | 2008-12-09 14:12:21 -0600 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2008-12-23 10:18:17 -0600 |
commit | eeda418d8c2646f33f24e9ad33d86c239adc6de7 (patch) | |
tree | fecfb293e62cc043d57535481913b37347006a4c /fs/dlm/netlink.c | |
parent | fd22a51bcc0b7b76fc729b02316214fd979f9fe1 (diff) | |
download | op-kernel-dev-eeda418d8c2646f33f24e9ad33d86c239adc6de7.zip op-kernel-dev-eeda418d8c2646f33f24e9ad33d86c239adc6de7.tar.gz |
dlm: change lock time stamping
Use ktime instead of jiffies for timestamping lkb's. Also stamp the
time on every lkb whenever it's added to a resource queue, instead of
just stamping locks subject to timeouts. This will allow us to use
timestamps more widely for debugging all locks.
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/netlink.c')
-rw-r--r-- | fs/dlm/netlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/netlink.c b/fs/dlm/netlink.c index 18bda83..46e582c 100644 --- a/fs/dlm/netlink.c +++ b/fs/dlm/netlink.c @@ -115,7 +115,6 @@ static void fill_data(struct dlm_lock_data *data, struct dlm_lkb *lkb) data->status = lkb->lkb_status; data->grmode = lkb->lkb_grmode; data->rqmode = lkb->lkb_rqmode; - data->timestamp = lkb->lkb_timestamp; if (lkb->lkb_ua) data->xid = lkb->lkb_ua->xid; if (r) { |