Skip to content

Commit

Permalink
ocfs2: comments typo fix
Browse files Browse the repository at this point in the history
This patch fixes two typos in comments of ocfs2.

Signed-off-by: Coly Li <[email protected]>
Signed-off-by: Mark Fasheh <[email protected]>
  • Loading branch information
Coly Li authored and Mark Fasheh committed Dec 1, 2008
1 parent 6a12141 commit 3b5da01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fs/ocfs2/dlm/userdlm.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <linux/workqueue.h>

/* user_lock_res->l_flags flags. */
#define USER_LOCK_ATTACHED (0x00000001) /* have we initialized
#define USER_LOCK_ATTACHED (0x00000001) /* we have initialized
* the lvb */
#define USER_LOCK_BUSY (0x00000002) /* we are currently in
* dlm_lock */
Expand Down
2 changes: 1 addition & 1 deletion fs/ocfs2/ocfs2.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ enum ocfs2_unlock_action {
};

/* ocfs2_lock_res->l_flags flags. */
#define OCFS2_LOCK_ATTACHED (0x00000001) /* have we initialized
#define OCFS2_LOCK_ATTACHED (0x00000001) /* we have initialized
* the lvb */
#define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in
* dlm_lock */
Expand Down

0 comments on commit 3b5da01

Please sign in to comment.