Commit f09b372b authored by Tapasweni Pathak's avatar Tapasweni Pathak Committed by Greg Kroah-Hartman

staging: lustre: lustre: llite: Replace "the the " with "the"

This patch replace "the the " with "the".
The replacement couldn't be automated because sometimes
the first "the" was meant to be another word.
Signed-off-by: default avatarTapasweni Pathak <tapaswenipathak@gmail.com>
Acked-by: default avatarDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c2487192
...@@ -368,7 +368,7 @@ int ll_file_release(struct inode *inode, struct file *file) ...@@ -368,7 +368,7 @@ int ll_file_release(struct inode *inode, struct file *file)
fd = LUSTRE_FPRIVATE(file); fd = LUSTRE_FPRIVATE(file);
LASSERT(fd != NULL); LASSERT(fd != NULL);
/* The last ref on @file, maybe not the the owner pid of statahead. /* The last ref on @file, maybe not the owner pid of statahead.
* Different processes can open the same dir, "ll_opendir_key" means: * Different processes can open the same dir, "ll_opendir_key" means:
* it is me that should stop the statahead thread. */ * it is me that should stop the statahead thread. */
if (S_ISDIR(inode->i_mode) && lli->lli_opendir_key == fd && if (S_ISDIR(inode->i_mode) && lli->lli_opendir_key == fd &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment