diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2010-01-25 19:57:38 -0500 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-01-25 22:20:51 -0500 |
commit | 2bd632165c1f783888bd4cbed95f2f304829159b (patch) | |
tree | a4938fece1a47d22b1f8ca652a8218736b27aa3a /fs/ocfs2/dlmglue.c | |
parent | e5f2cb2b1ad05473fffe6970618997b906f23873 (diff) |
ocfs2/trivial: Remove trailing whitespaces
Patch removes trailing whitespaces.
Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlmglue.c')
-rw-r--r-- | fs/ocfs2/dlmglue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/dlmglue.c b/fs/ocfs2/dlmglue.c index c5e4a49e3a12..172f4c6ce1be 100644 --- a/fs/ocfs2/dlmglue.c +++ b/fs/ocfs2/dlmglue.c | |||
@@ -3155,7 +3155,7 @@ out: | |||
3155 | /* Mark the lockres as being dropped. It will no longer be | 3155 | /* Mark the lockres as being dropped. It will no longer be |
3156 | * queued if blocking, but we still may have to wait on it | 3156 | * queued if blocking, but we still may have to wait on it |
3157 | * being dequeued from the downconvert thread before we can consider | 3157 | * being dequeued from the downconvert thread before we can consider |
3158 | * it safe to drop. | 3158 | * it safe to drop. |
3159 | * | 3159 | * |
3160 | * You can *not* attempt to call cluster_lock on this lockres anymore. */ | 3160 | * You can *not* attempt to call cluster_lock on this lockres anymore. */ |
3161 | void ocfs2_mark_lockres_freeing(struct ocfs2_lock_res *lockres) | 3161 | void ocfs2_mark_lockres_freeing(struct ocfs2_lock_res *lockres) |