diff options
Diffstat (limited to 'fs/gfs2/glock.c')
-rw-r--r-- | fs/gfs2/glock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 611f84d22573..d00dc37e3d51 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. | 2 | * Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved. |
3 | * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. | 3 | * Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. |
4 | * | 4 | * |
5 | * This copyrighted material is made available to anyone wishing to use, | 5 | * This copyrighted material is made available to anyone wishing to use, |
6 | * modify, copy, or redistribute it subject to the terms and conditions | 6 | * modify, copy, or redistribute it subject to the terms and conditions |
@@ -348,7 +348,6 @@ int gfs2_glock_get(struct gfs2_sbd *sdp, u64 number, | |||
348 | gl->gl_ip = 0; | 348 | gl->gl_ip = 0; |
349 | gl->gl_ops = glops; | 349 | gl->gl_ops = glops; |
350 | gl->gl_req_gh = NULL; | 350 | gl->gl_req_gh = NULL; |
351 | gl->gl_vn = 0; | ||
352 | gl->gl_stamp = jiffies; | 351 | gl->gl_stamp = jiffies; |
353 | gl->gl_tchange = jiffies; | 352 | gl->gl_tchange = jiffies; |
354 | gl->gl_object = NULL; | 353 | gl->gl_object = NULL; |