Merge branch 'for-next' into for-linus
Conflicts: kernel/irq/chip.c
This commit is contained in:
@@ -2033,7 +2033,7 @@ static Indirect *ext3_find_shared(struct inode *inode, int depth,
|
||||
int k, err;
|
||||
|
||||
*top = 0;
|
||||
/* Make k index the deepest non-null offest + 1 */
|
||||
/* Make k index the deepest non-null offset + 1 */
|
||||
for (k = depth; k > 1 && !offsets[k-1]; k--)
|
||||
;
|
||||
partial = ext3_get_branch(inode, k, offsets, chain, &err);
|
||||
|
Reference in New Issue
Block a user