diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-07 17:35:48 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-07 17:35:48 -0400 |
commit | 5ce311ebdb90429519f7c6d2092e4ae6ca8cba74 (patch) | |
tree | 7492b442e0d18a7aa745e696e6595856f8becfe5 /fs/gfs2/locking/dlm/mount.c | |
parent | 1c089c325d5cda0f64a3cf8edf3aaafa148f200a (diff) |
[GFS2] Remove unused sync_lvb code from lock modules
This code is no longer used for anything and can be removed
from the locking modules. The sync_lvb function is not required
as this happens automatically with the current locking system.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/locking/dlm/mount.c')
-rw-r--r-- | fs/gfs2/locking/dlm/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/locking/dlm/mount.c b/fs/gfs2/locking/dlm/mount.c index 8a1764f4d71c..832fb819a2b5 100644 --- a/fs/gfs2/locking/dlm/mount.c +++ b/fs/gfs2/locking/dlm/mount.c | |||
@@ -249,7 +249,6 @@ struct lm_lockops gdlm_ops = { | |||
249 | .lm_cancel = gdlm_cancel, | 249 | .lm_cancel = gdlm_cancel, |
250 | .lm_hold_lvb = gdlm_hold_lvb, | 250 | .lm_hold_lvb = gdlm_hold_lvb, |
251 | .lm_unhold_lvb = gdlm_unhold_lvb, | 251 | .lm_unhold_lvb = gdlm_unhold_lvb, |
252 | .lm_sync_lvb = gdlm_sync_lvb, | ||
253 | .lm_recovery_done = gdlm_recovery_done, | 252 | .lm_recovery_done = gdlm_recovery_done, |
254 | .lm_owner = THIS_MODULE, | 253 | .lm_owner = THIS_MODULE, |
255 | }; | 254 | }; |