ocfs2: comments typo fix

This patch fixes two typos in comments of ocfs2.

Signed-off-by: Coly Li <coyli@suse.de>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
This commit is contained in:
Coly Li 2008-11-05 15:16:24 +08:00 committed by Mark Fasheh
parent 6a12141130
commit 3b5da0189c
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
#include <linux/workqueue.h> #include <linux/workqueue.h>
/* user_lock_res->l_flags flags. */ /* user_lock_res->l_flags flags. */
#define USER_LOCK_ATTACHED (0x00000001) /* have we initialized #define USER_LOCK_ATTACHED (0x00000001) /* we have initialized
* the lvb */ * the lvb */
#define USER_LOCK_BUSY (0x00000002) /* we are currently in #define USER_LOCK_BUSY (0x00000002) /* we are currently in
* dlm_lock */ * dlm_lock */

View File

@ -85,7 +85,7 @@ enum ocfs2_unlock_action {
}; };
/* ocfs2_lock_res->l_flags flags. */ /* ocfs2_lock_res->l_flags flags. */
#define OCFS2_LOCK_ATTACHED (0x00000001) /* have we initialized #define OCFS2_LOCK_ATTACHED (0x00000001) /* we have initialized
* the lvb */ * the lvb */
#define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in #define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in
* dlm_lock */ * dlm_lock */