Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggy

Pull jfs bugfix from David Kleikamp:
"Just a patch to fix an oops in an error path"

* tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggy:
jfs: fix error path in ialloc

+1 -2
+1 -2
fs/jfs/jfs_inode.c
··· 95 95 96 96 if (insert_inode_locked(inode) < 0) { 97 97 rc = -EINVAL; 98 - goto fail_unlock; 98 + goto fail_put; 99 99 } 100 100 101 101 inode_init_owner(inode, parent, mode); ··· 156 156 fail_drop: 157 157 dquot_drop(inode); 158 158 inode->i_flags |= S_NOQUOTA; 159 - fail_unlock: 160 159 clear_nlink(inode); 161 160 unlock_new_inode(inode); 162 161 fail_put: