Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6dc0f87e authored by Steve French's avatar Steve French
Browse files

[CIFS] whitespace cleanup



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 79a58d1f
Loading
Loading
Loading
Loading
+32 −31
Original line number Diff line number Diff line
@@ -884,9 +884,10 @@ static int cifs_oplock_thread(void * dummyarg)
				/* mutex_unlock(&inode->i_mutex);*/
				if (rc)
					CIFS_I(inode)->write_behind_rc = rc;
				cFYI(1,("Oplock flush inode %p rc %d",inode,rc));
				cFYI(1, ("Oplock flush inode %p rc %d",
					inode, rc));

				/* releasing a stale oplock after recent reconnection 
				/* releasing stale oplock after recent reconnect
				of smb session using a now incorrect file
				handle is not a data integrity issue but do
				not bother sending an oplock release if session
+9 −8
Original line number Diff line number Diff line
@@ -73,7 +73,8 @@ static int construct_dentry(struct qstr *qstring, struct file *file,
	qstring->hash = full_name_hash(qstring->name, qstring->len);
	tmp_dentry = d_lookup(file->f_path.dentry, qstring);
	if (tmp_dentry) {
		cFYI(0, ("existing dentry with inode 0x%p", tmp_dentry->d_inode));
		cFYI(0, ("existing dentry with inode 0x%p",
			 tmp_dentry->d_inode));
		*ptmp_inode = tmp_dentry->d_inode;
/* BB overwrite old name? i.e. tmp_dentry->d_name and tmp_dentry->d_name.len??*/
		if (*ptmp_inode == NULL) {
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading