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

Commit aab3a8c7 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Steve French
Browse files

[CIFS] reindent misindented statement

parent 1fca2542
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -546,6 +546,7 @@ int cifs_get_inode_info(struct inode **pinode,
		if ((inode->i_mode & S_IWUGO) == 0 &&
		    (attr & ATTR_READONLY) == 0)
			inode->i_mode |= (S_IWUGO & default_mode);

		inode->i_mode &= ~S_IFMT;
	}
	/* clear write bits if ATTR_READONLY is set */