Commit 6b6aeffc authored by Carlos Guerrero Álvarez's avatar Carlos Guerrero Álvarez Committed by Theodore Ts'o
Browse files

ext4: fix a style issue in fs/ext4/acl.c

parent ef5fd681
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -215,9 +215,8 @@ __ext4_set_acl(handle_t *handle, struct inode *inode, int type,
				      value, size, xattr_flags);

	kfree(value);
	if (!error) {
	if (!error)
		set_cached_acl(inode, type, acl);
	}

	return error;
}