diff options
author | David Teigland <teigland@redhat.com> | 2011-10-14 12:34:58 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2012-01-04 08:53:27 -0600 |
commit | f95a34c66554235b70a681fcd9feebc195f7ec0e (patch) | |
tree | fab03b65c76767e69ac0d58c1a7bae3bfae7459a /fs/dlm/dir.c | |
parent | 9beb3bf5a92bb8fc6503f844bf0772df29f14a02 (diff) |
dlm: move recovery barrier calls
Put all the calls to recovery barriers in the same function
to clarify where they each happen. Should not change any behavior.
Also modify some recovery debug lines to make them consistent.
Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/dir.c')
-rw-r--r-- | fs/dlm/dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/dir.c b/fs/dlm/dir.c index 7b84c1dbc82e..83641574b016 100644 --- a/fs/dlm/dir.c +++ b/fs/dlm/dir.c @@ -290,7 +290,6 @@ int dlm_recover_directory(struct dlm_ls *ls) out_status: error = 0; - dlm_set_recover_status(ls, DLM_RS_DIR); log_debug(ls, "dlm_recover_directory %d entries", count); out_free: kfree(last_name); |