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

Staging: lustre: namei.c: fix missing a blank line after declarations

This fixes a missing blank line after declarations.
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 5ec29365
...@@ -979,6 +979,7 @@ static int ll_unlink(struct inode * dir, struct dentry *dentry) ...@@ -979,6 +979,7 @@ static int ll_unlink(struct inode * dir, struct dentry *dentry)
struct ptlrpc_request *request = NULL; struct ptlrpc_request *request = NULL;
struct md_op_data *op_data; struct md_op_data *op_data;
int rc; int rc;
CDEBUG(D_VFSTRACE, "VFS Op:name=%pd,dir=%lu/%u(%p)\n", CDEBUG(D_VFSTRACE, "VFS Op:name=%pd,dir=%lu/%u(%p)\n",
dentry, dir->i_ino, dir->i_generation, dir); dentry, dir->i_ino, dir->i_generation, dir);
......
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