]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.fixes/ocfs2-comments-typo-fix.patch
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / ocfs2-comments-typo-fix.patch
1 From: Coly Li <coyli@suse.de>
2 Date: Wed, 5 Nov 2008 15:16:24 +0800
3 Subject: ocfs2: comments typo fix
4
5 This patch fixes two typos in comments of ocfs2.
6
7 Signed-off-by: Coly Li <coyli@suse.de>
8 Signed-off-by: Mark Fasheh <mfasheh@suse.com>
9 ---
10 fs/ocfs2/dlm/userdlm.h | 2 +-
11 fs/ocfs2/ocfs2.h | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 Index: linux-2.6.27-ocfs2/fs/ocfs2/dlm/userdlm.h
15 ===================================================================
16 --- linux-2.6.27-ocfs2.orig/fs/ocfs2/dlm/userdlm.h
17 +++ linux-2.6.27-ocfs2/fs/ocfs2/dlm/userdlm.h
18 @@ -33,7 +33,7 @@
19 #include <linux/workqueue.h>
20
21 /* user_lock_res->l_flags flags. */
22 -#define USER_LOCK_ATTACHED (0x00000001) /* have we initialized
23 +#define USER_LOCK_ATTACHED (0x00000001) /* we have initialized
24 * the lvb */
25 #define USER_LOCK_BUSY (0x00000002) /* we are currently in
26 * dlm_lock */
27 Index: linux-2.6.27-ocfs2/fs/ocfs2/ocfs2.h
28 ===================================================================
29 --- linux-2.6.27-ocfs2.orig/fs/ocfs2/ocfs2.h
30 +++ linux-2.6.27-ocfs2/fs/ocfs2/ocfs2.h
31 @@ -85,7 +85,7 @@ enum ocfs2_unlock_action {
32 };
33
34 /* ocfs2_lock_res->l_flags flags. */
35 -#define OCFS2_LOCK_ATTACHED (0x00000001) /* have we initialized
36 +#define OCFS2_LOCK_ATTACHED (0x00000001) /* we have initialized
37 * the lvb */
38 #define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in
39 * dlm_lock */