Commit 5404e7e0 authored by Colin Ian King's avatar Colin Ian King Committed by Linus Torvalds
Browse files

reiserfs: clean up several indentation issues



There are several places where code is indented incorrectly. Fix these.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Link: http://lkml.kernel.org/r/20200325135018.113431-1-colin.king@canonical.com


Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0bd476e6
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ int reiserfs_unpack(struct inode *inode, struct file *filp)
	/* we need to make sure nobody is changing the file size beneath us */
	{
		int depth = reiserfs_write_unlock_nested(inode->i_sb);

		inode_lock(inode);
		reiserfs_write_lock_nested(inode->i_sb, depth);
	}
+1 −1

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.