Commit 07b249fa authored by Laure Millet's avatar Laure Millet Committed by Greg Kroah-Hartman

staging: lustre: namei.c: Fix trailing whitespace

This patch fixes a trailing whitespace in namei.c
Signed-off-by: default avatarLaure Millet <laure.millet@lip6.fr>
Signed-off-by: default avatarMaxime Lorrillere <maxime.lorrillere@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 72488596
...@@ -1034,7 +1034,7 @@ static int ll_rmdir(struct inode *dir, struct dentry *dentry) ...@@ -1034,7 +1034,7 @@ static int ll_rmdir(struct inode *dir, struct dentry *dentry)
dentry, dir->i_ino, dir->i_generation, dir); dentry, dir->i_ino, dir->i_generation, dir);
op_data = ll_prep_md_op_data(NULL, dir, NULL, op_data = ll_prep_md_op_data(NULL, dir, NULL,
dentry->d_name.name, dentry->d_name.name,
dentry->d_name.len, dentry->d_name.len,
S_IFDIR, LUSTRE_OPC_ANY, NULL); S_IFDIR, LUSTRE_OPC_ANY, NULL);
if (IS_ERR(op_data)) if (IS_ERR(op_data))
......
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