staging: lustre: namei.c: coding style: fix 80 characters limit
This patch fixes lines over 80 characters Signed-off-by: Laure Millet <laure.millet@lip6.fr> Signed-off-by: Maxime Lorrillere <maxime.lorrillere@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e65dbbb800
commit
267d9c8a65
@ -83,7 +83,8 @@ static int ll_set_inode(struct inode *inode, void *opaque)
|
|||||||
|
|
||||||
lli->lli_fid = body->fid1;
|
lli->lli_fid = body->fid1;
|
||||||
if (unlikely(!(body->valid & OBD_MD_FLTYPE))) {
|
if (unlikely(!(body->valid & OBD_MD_FLTYPE))) {
|
||||||
CERROR("Can not initialize inode " DFID " without object type: valid = %#llx\n",
|
CERROR("Can not initialize inode " DFID
|
||||||
|
" without object type: valid = %#llx\n",
|
||||||
PFID(&lli->lli_fid), body->valid);
|
PFID(&lli->lli_fid), body->valid);
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
@ -600,7 +601,8 @@ static int ll_atomic_open(struct inode *dir, struct dentry *dentry,
|
|||||||
long long lookup_flags = LOOKUP_OPEN;
|
long long lookup_flags = LOOKUP_OPEN;
|
||||||
int rc = 0;
|
int rc = 0;
|
||||||
|
|
||||||
CDEBUG(D_VFSTRACE, "VFS Op:name=%pd,dir=%lu/%u(%p),file %p,open_flags %x,mode %x opened %d\n",
|
CDEBUG(D_VFSTRACE,
|
||||||
|
"VFS Op:name=%pd,dir=%lu/%u(%p),file %p,open_flags %x,mode %x opened %d\n",
|
||||||
dentry, dir->i_ino,
|
dentry, dir->i_ino,
|
||||||
dir->i_generation, dir, file, open_flags, mode, *opened);
|
dir->i_generation, dir, file, open_flags, mode, *opened);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user