diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2009-12-11 16:35:39 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-04 05:55:45 -0500 |
commit | c41b20e721ea4f6f20f66a66e7f0c3c97a2ca9c2 (patch) | |
tree | 92cd1b2b1cdb871530bb07bbbcbfeaffe1170830 /fs | |
parent | a089377f29d3af0f62f3bdc6db0c5042513fc3f3 (diff) |
Fix misspellings of "truly" in comments.
Some comments misspell "truly"; this fixes them. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/dlm/member.c | 2 | ||||
-rw-r--r-- | fs/namei.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/dlm/member.c b/fs/dlm/member.c index 84f70bfb0baf..b12532e553f8 100644 --- a/fs/dlm/member.c +++ b/fs/dlm/member.c | |||
@@ -312,7 +312,7 @@ int dlm_ls_stop(struct dlm_ls *ls) | |||
312 | /* | 312 | /* |
313 | * This in_recovery lock does two things: | 313 | * This in_recovery lock does two things: |
314 | * 1) Keeps this function from returning until all threads are out | 314 | * 1) Keeps this function from returning until all threads are out |
315 | * of locking routines and locking is truely stopped. | 315 | * of locking routines and locking is truly stopped. |
316 | * 2) Keeps any new requests from being processed until it's unlocked | 316 | * 2) Keeps any new requests from being processed until it's unlocked |
317 | * when recovery is complete. | 317 | * when recovery is complete. |
318 | */ | 318 | */ |
diff --git a/fs/namei.c b/fs/namei.c index 94a5e60779f9..e05c243105a0 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -2556,7 +2556,7 @@ SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname | |||
2556 | * e) conversion from fhandle to dentry may come in the wrong moment - when | 2556 | * e) conversion from fhandle to dentry may come in the wrong moment - when |
2557 | * we are removing the target. Solution: we will have to grab ->i_mutex | 2557 | * we are removing the target. Solution: we will have to grab ->i_mutex |
2558 | * in the fhandle_to_dentry code. [FIXME - current nfsfh.c relies on | 2558 | * in the fhandle_to_dentry code. [FIXME - current nfsfh.c relies on |
2559 | * ->i_mutex on parents, which works but leads to some truely excessive | 2559 | * ->i_mutex on parents, which works but leads to some truly excessive |
2560 | * locking]. | 2560 | * locking]. |
2561 | */ | 2561 | */ |
2562 | static int vfs_rename_dir(struct inode *old_dir, struct dentry *old_dentry, | 2562 | static int vfs_rename_dir(struct inode *old_dir, struct dentry *old_dentry, |